#DE06A7

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

Shades of Hollywood Cerise #DE06A7

Tints of Hollywood Cerise #DE06A7

Color information

#DE06A7 (or 0xDE06A7) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 06 and A7. RGB value is (222,6,167). Sum of RGB (Red+Green+Blue) = 222+6+167=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE06A7 is #21F958. Grayscale: #585858. Windows color (decimal): -2226521 or 10946270. OLE color: 10946270.

HSL color Cylindrical-coordinate representation of color #DE06A7: hue angle of 315.28º 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 #DE06A7 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB2226167-
CMYK00.970.250.13
HSL315.28º94.74%44.71%-
HSV(B)315.28º97.3%87.06%-
XYZ37.1618.4538.16-
YUV88.94172.06222.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 6 (2.73% from 255) = 1.52%
BLUE value IS 167 (65.62% from 255) = 42.28%
R=56.20%
G=1.52%
B=42.28%

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
Decimal222616700.970.250.13315.2894.7444.71
HexDE6A706119D13b5f2d
Octal33662470141311547313755
Binary1101111011010100111011000011100111011001110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE06A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE06A7; }

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

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

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

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

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

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

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

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