#DD09A8

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

Shades of Hollywood Cerise #DD09A8

Tints of Hollywood Cerise #DD09A8

Color information

#DD09A8 (or 0xDD09A8) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 09 and A8. RGB value is (221,9,168). Sum of RGB (Red+Green+Blue) = 221+9+168=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09A8 is #22F657. Grayscale: #5A5A5A. Windows color (decimal): -2291288 or 11012573. OLE color: 11012573.

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

Color convert

RGB2219168-
CMYK00.960.240.13
HSL315º92.17%45.1%-
HSV(B)315º95.93%86.67%-
XYZ36.9818.3938.65-
YUV90.51171.74221.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 9 (3.91% from 255) = 2.26%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=55.53%
G=2.26%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221916800.960.240.1331592.1745.1
HexDD9A806018D13b5c2d
Octal335112500140301547313455
Binary11011101100110101000011000001100011011001110111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD09A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD09A8; }

 p { color: rgb(221,9,168); }

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

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

 a { background-color: rgb(221,9,168); }

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

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

 span { border-color: rgb(221,9,168); }

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