Html Css Color HEX #DD09A5 Hollywood Cerise

📋 copy color: '#DD09A5'

red 221 ◦ green 9 ◦ blue 165

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

Shades of Hollywood Cerise #DD09A5

Tints of Hollywood Cerise #DD09A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.77%

R = 55.95%
G = 2.28%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD09A5 (or 0xDD09A5) is known color: Hollywood Cerise. HEX triplet: DD, 09 and A5. RGB value is (221,9,165). Sum of RGB (Red+Green+Blue) = 221+9+165=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09A5 is #22F65A. Grayscale: #595959. Windows color (decimal): -2291291 or 10815965. OLE color: 10815965.

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

Color convert

RGB 221 9 165 -
CMYK 0 0.96 0.25 0.13
HSL 315.85º 0.92% 0.45% -
HSV(B) 315.85º 0.96% 0.87% -
XYZ 36.71 18.28 37.19 -
YUV 90.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 221 9 165 0 0.96 0.25 0.13 315.85 0.92 0.45
Hex DD 9 A5 0 60 19 D 13C 5C 2D
Octal 335 11 245 0 140 31 15 474 134 55
Binary 11011101 1001 10100101 0 1100000 11001 1101 100111100 1011100 101101

Color Harmonies of #DD09A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09A5

Black with #DD09A5

Text Example


Text Example

White with #DD09A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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