#DE06A6

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

Shades of Hollywood Cerise #DE06A6

Tints of Hollywood Cerise #DE06A6

Color information

#DE06A6 (or 0xDE06A6) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 06 and A6. RGB value is (222,6,166). Sum of RGB (Red+Green+Blue) = 222+6+166=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE06A6 is #21F959. Grayscale: #585858. Windows color (decimal): -2226522 or 10880734. OLE color: 10880734.

HSL color Cylindrical-coordinate representation of color #DE06A6: hue angle of 315.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB2226166-
CMYK00.970.250.13
HSL315.56º94.74%44.71%-
HSV(B)315.56º97.3%87.06%-
XYZ37.0718.4137.68-
YUV88.82171.56222.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 6 (2.73% from 255) = 1.52%
BLUE value IS 166 (65.23% from 255) = 42.13%
R=56.35%
G=1.52%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222616600.970.250.13315.5694.7444.71
HexDE6A606119D13c5f2d
Octal33662460141311547413755
Binary1101111011010100110011000011100111011001111001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE06A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE06A6; }

 p { color: rgb(222,6,166); }

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

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

 a { background-color: rgb(222,6,166); }

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

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

 span { border-color: rgb(222,6,166); }

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