Html Css Color HEX #DD09AD Hollywood Cerise

📋 copy color: '#DD09AD'

red 221 ◦ green 9 ◦ blue 173

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

Shades of Hollywood Cerise #DD09AD

Tints of Hollywood Cerise #DD09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 54.84%
G = 2.23%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD09AD (or 0xDD09AD) is known color: Hollywood Cerise. HEX triplet: DD, 09 and AD. RGB value is (221,9,173). Sum of RGB (Red+Green+Blue) = 221+9+173=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09AD is #22F652. Grayscale: #5A5A5A. Windows color (decimal): -2291283 or 11340253. OLE color: 11340253.

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

Color convert

RGB 221 9 173 -
CMYK 0 0.96 0.22 0.13
HSL 313.58º 0.92% 0.45% -
HSV(B) 313.58º 0.96% 0.87% -
XYZ 37.46 18.58 41.15 -
YUV 91.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 221 9 173 0 0.96 0.22 0.13 313.58 0.92 0.45
Hex DD 9 AD 0 60 16 D 13A 5C 2D
Octal 335 11 255 0 140 26 15 472 134 55
Binary 11011101 1001 10101101 0 1100000 10110 1101 100111010 1011100 101101

Color Harmonies of #DD09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09AD

Black with #DD09AD

Text Example


Text Example

White with #DD09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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