#DD009F

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

Shades of Hollywood Cerise #DD009F

Tints of Hollywood Cerise #DD009F

Color information

#DD009F (or 0xDD009F) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 00 and 9F. RGB value is (221,0,159). Sum of RGB (Red+Green+Blue) = 221+0+159=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009F is #22FF60. Grayscale: #535353. Windows color (decimal): -2293601 or 10420445. OLE color: 10420445.

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

Color convert

RGB2210159-
CMYK010.280.13
HSL316.83º100%43.33%-
HSV(B)316.83º100%86.67%-
XYZ36.0817.8834.35-
YUV84.2170.22225.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=58.16%
G=0%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210159010.280.13316.8310043.33
HexDD09F0641CD13d642b
Octal33502370144341547514453
Binary11011101010011111011001001110011011001111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD009F; }

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

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

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

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

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

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

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

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