#DD0096

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

Shades of Hollywood Cerise #DD0096

Tints of Hollywood Cerise #DD0096

Color information

#DD0096 (or 0xDD0096) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 00 and 96. RGB value is (221,0,150). Sum of RGB (Red+Green+Blue) = 221+0+150=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0096 is #22FF69. Grayscale: #525252. Windows color (decimal): -2293610 or 9830621. OLE color: 9830621.

HSL color Cylindrical-coordinate representation of color #DD0096: hue angle of 319.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0096 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB2210150-
CMYK010.320.13
HSL319.28º100%43.33%-
HSV(B)319.28º100%86.67%-
XYZ35.3217.5730.38-
YUV83.18165.72226.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=59.57%
G=0%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210150010.320.13319.2810043.33
HexDD09606420D13f642b
Octal33502260144401547714453
Binary110111010100101100110010010000011011001111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0096; }

 p { color: rgb(221,0,150); }

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

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

 a { background-color: rgb(221,0,150); }

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

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

 span { border-color: rgb(221,0,150); }

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