Html Css Color HEX #DD0A97 Hollywood Cerise

📋 copy color: '#DD0A97'

red 221 ◦ green 10 ◦ blue 151

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

Shades of Hollywood Cerise #DD0A97

Tints of Hollywood Cerise #DD0A97

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

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

R = 57.85%
G = 2.62%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD0A97 (or 0xDD0A97) is known color: Hollywood Cerise. HEX triplet: DD, 0A and 97. RGB value is (221,10,151). Sum of RGB (Red+Green+Blue) = 221+10+151=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A97 is #22F568. Grayscale: #585858. Windows color (decimal): -2291049 or 9898717. OLE color: 9898717.

HSL color Cylindrical-coordinate representation of color #DD0A97: hue angle of 319.91º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A97 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 10 151 -
CMYK 0 0.95 0.32 0.13
HSL 319.91º 0.91% 0.45% -
HSV(B) 319.91º 0.95% 0.87% -
XYZ 35.51 17.82 30.85 -
YUV 89.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 221 10 151 0 0.95 0.32 0.13 319.91 0.91 0.45
Hex DD A 97 0 5F 20 D 140 5B 2D
Octal 335 12 227 0 137 40 15 500 133 55
Binary 11011101 1010 10010111 0 1011111 100000 1101 101000000 1011011 101101

Color Harmonies of #DD0A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A97

Black with #DD0A97

Text Example


Text Example

White with #DD0A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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