#DE06B5

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

Shades of Hollywood Cerise #DE06B5

Tints of Hollywood Cerise #DE06B5

Color information

#DE06B5 (or 0xDE06B5) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 06 and B5. RGB value is (222,6,181). Sum of RGB (Red+Green+Blue) = 222+6+181=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE06B5 is #21F94A. Grayscale: #5A5A5A. Windows color (decimal): -2226507 or 11863774. OLE color: 11863774.

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

Color convert

RGB2226181-
CMYK00.970.180.13
HSL311.39º94.74%44.71%-
HSV(B)311.39º97.3%87.06%-
XYZ38.531945.35-
YUV90.53179.06221.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=54.28%
G=1.47%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222618100.970.180.13311.3994.7444.71
HexDE6B506112D1375f2d
Octal33662650141221546713755
Binary1101111011010110101011000011001011011001101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE06B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE06B5; }

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

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

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

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

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

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

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

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