Html Css Color HEX #DD0999 Hollywood Cerise

📋 copy color: '#DD0999'

red 221 ◦ green 9 ◦ blue 153

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

Shades of Hollywood Cerise #DD0999

Tints of Hollywood Cerise #DD0999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 57.7%
G = 2.35%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0999 (or 0xDD0999) is known color: Hollywood Cerise. HEX triplet: DD, 09 and 99. RGB value is (221,9,153). Sum of RGB (Red+Green+Blue) = 221+9+153=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0999 is #22F666. Grayscale: #585858. Windows color (decimal): -2291303 or 10029533. OLE color: 10029533.

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

Color convert

RGB 221 9 153 -
CMYK 0 0.96 0.31 0.13
HSL 319.25º 0.92% 0.45% -
HSV(B) 319.25º 0.96% 0.87% -
XYZ 35.67 17.87 31.71 -
YUV 88.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 221 9 153 0 0.96 0.31 0.13 319.25 0.92 0.45
Hex DD 9 99 0 60 1F D 13F 5C 2D
Octal 335 11 231 0 140 37 15 477 134 55
Binary 11011101 1001 10011001 0 1100000 11111 1101 100111111 1011100 101101

Color Harmonies of #DD0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0999

Black with #DD0999

Text Example


Text Example

White with #DD0999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0999; }

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

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

background-color css

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

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

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

border-color css

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

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

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