Html Css Color HEX #DD09AA Hollywood Cerise

📋 copy color: '#DD09AA'

red 221 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #DD09AA

Tints of Hollywood Cerise #DD09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.25%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 55.25%
G = 2.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD09AA (or 0xDD09AA) is known color: Hollywood Cerise. HEX triplet: DD, 09 and AA. RGB value is (221,9,170). Sum of RGB (Red+Green+Blue) = 221+9+170=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09AA is #22F655. Grayscale: #5A5A5A. Windows color (decimal): -2291286 or 11143645. OLE color: 11143645.

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

Color convert

RGB 221 9 170 -
CMYK 0 0.96 0.23 0.13
HSL 314.43º 0.92% 0.45% -
HSV(B) 314.43º 0.96% 0.87% -
XYZ 37.17 18.47 39.64 -
YUV 90.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 221 9 170 0 0.96 0.23 0.13 314.43 0.92 0.45
Hex DD 9 AA 0 60 17 D 13A 5C 2D
Octal 335 11 252 0 140 27 15 472 134 55
Binary 11011101 1001 10101010 0 1100000 10111 1101 100111010 1011100 101101

Color Harmonies of #DD09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09AA

Black with #DD09AA

Text Example


Text Example

White with #DD09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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