Html Css Color HEX #DD0997 Hollywood Cerise

📋 copy color: '#DD0997'

red 221 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #DD0997

Tints of Hollywood Cerise #DD0997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 58.01%
G = 2.36%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD0997 (or 0xDD0997) is known color: Hollywood Cerise. HEX triplet: DD, 09 and 97. RGB value is (221,9,151). Sum of RGB (Red+Green+Blue) = 221+9+151=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0997 is #22F668. Grayscale: #585858. Windows color (decimal): -2291305 or 9898461. OLE color: 9898461.

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

Color convert

RGB 221 9 151 -
CMYK 0 0.96 0.32 0.13
HSL 319.81º 0.92% 0.45% -
HSV(B) 319.81º 0.96% 0.87% -
XYZ 35.5 17.8 30.84 -
YUV 88.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 221 9 151 0 0.96 0.32 0.13 319.81 0.92 0.45
Hex DD 9 97 0 60 20 D 140 5C 2D
Octal 335 11 227 0 140 40 15 500 134 55
Binary 11011101 1001 10010111 0 1100000 100000 1101 101000000 1011100 101101

Color Harmonies of #DD0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0997

Black with #DD0997

Text Example


Text Example

White with #DD0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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