Html Css Color HEX #DD08A9 Hollywood Cerise

📋 copy color: '#DD08A9'

red 221 ◦ green 8 ◦ blue 169

#DD08A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DD08A9

Tints of Hollywood Cerise #DD08A9

RGB

 RED value IS 221 (86.72% from 255) = 55.53%

 GREEN value IS 8 (3.52% from 255) = 2.01%

 BLUE value IS 169 (66.41% from 255) = 42.46%

R = 55.53%
G = 2.01%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD08A9 (or 0xDD08A9) is known color: Hollywood Cerise. HEX triplet: DD, 08 and A9. RGB value is (221,8,169). Sum of RGB (Red+Green+Blue) = 221+8+169=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08A9 is #22F756. Grayscale: #595959. Windows color (decimal): -2291543 or 11077853. OLE color: 11077853.

HSL color Cylindrical-coordinate representation of color #DD08A9: hue angle of 314.65º degrees, saturation: 0.93, 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 #DD08A9 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 169 -
CMYK 0 0.96 0.24 0.13
HSL 314.65º 0.93% 0.45% -
HSV(B) 314.65º 0.96% 0.87% -
XYZ 37.07 18.41 39.14 -
YUV 90.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 221 8 169 0 0.96 0.24 0.13 314.65 0.93 0.45
Hex DD 8 A9 0 60 18 D 13B 5D 2D
Octal 335 10 251 0 140 30 15 473 135 55
Binary 11011101 1000 10101001 0 1100000 11000 1101 100111011 1011101 101101

Color Harmonies of #DD08A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08A9

Black with #DD08A9

Text Example


Text Example

White with #DD08A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08A9; }

 p { color: rgb(221,8,169); }

 H1.HeaderClassName
 {
   color: #DD08A9;
 }
 .AnyTagClassName
 {
   color: #DD08A9;
 }
</style>

background-color css

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

 a { background-color: rgb(221,8,169); }

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

border-color css

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

 span { border-color: rgb(221,8,169); }

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