#DF0E5A

Color #DF0E5A Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #DF0E5A

Tints of Razzmatazz #DF0E5A

Color information

#DF0E5A (or 0xDF0E5A) is unknown color: approx Razzmatazz. HEX triplet: DF, 0E and 5A. RGB value is (223,14,90). Sum of RGB (Red+Green+Blue) = 223+14+90=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E5A is #20F1A5. Grayscale: #555555. Windows color (decimal): -2159014 or 5902047. OLE color: 5902047.

HSL color Cylindrical-coordinate representation of color #DF0E5A: hue angle of 338.18º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E5A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB2231490-
CMYK00.940.600.13
HSL338.18º88.19%46.47%-
HSV(B)338.18º93.72%87.45%-
XYZ32.4316.7411.19-
YUV85.16130.74226.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=68.20%
G=4.28%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223149000.940.600.13338.1888.1946.47
HexDFE5A05E3CD152582e
Octal337161320136741552213056
Binary11011111111010110100101111011110011011010100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E5A; }

 p { color: rgb(223,14,90); }

 H1.HeaderClassName
 {
   color: #DF0E5A;
 }
 .AnyTagClassName
 {
   color: #DF0E5A;
 }
</style>
background-color css

<style>
 a { background-color: #DF0E5A; }

 a { background-color: rgb(223,14,90); }

 div.DivClassName
 {
   background-color: #DF0E5A;
 }
 .BgClassName
 {
   background-color: #DF0E5A;
 }
</style>
border-color css

<style>
 span { border-color: #DF0E5A; }

 span { border-color: rgb(223,14,90); }

 td.TdClassName
 {
   border-color: #DF0E5A;
 }
 .TagClassName
 {
   border-color: #DF0E5A;
 }
</style>