Html Css Color HEX #DD0DA0 Hollywood Cerise

📋 copy color: '#DD0DA0'

red 221 ◦ green 13 ◦ blue 160

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

Shades of Hollywood Cerise #DD0DA0

Tints of Hollywood Cerise #DD0DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 56.09%
G = 3.3%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD0DA0 (or 0xDD0DA0) is known color: Hollywood Cerise. HEX triplet: DD, 0D and A0. RGB value is (221,13,160). Sum of RGB (Red+Green+Blue) = 221+13+160=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DA0 is #22F25F. Grayscale: #5B5B5B. Windows color (decimal): -2290272 or 10489309. OLE color: 10489309.

HSL color Cylindrical-coordinate representation of color #DD0DA0: hue angle of 317.6º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DA0 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 160 -
CMYK 0 0.94 0.28 0.13
HSL 317.6º 0.89% 0.46% -
HSV(B) 317.6º 0.94% 0.87% -
XYZ 36.31 18.2 34.86 -
YUV 91.95 166.41 220.05 -
System Red Green Blue C M Y K H S L
Decimal 221 13 160 0 0.94 0.28 0.13 317.6 0.89 0.46
Hex DD D A0 0 5E 1C D 13E 59 2E
Octal 335 15 240 0 136 34 15 476 131 56
Binary 11011101 1101 10100000 0 1011110 11100 1101 100111110 1011001 101110

Color Harmonies of #DD0DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DA0

Black with #DD0DA0

Text Example


Text Example

White with #DD0DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DA0; }

 p { color: rgb(221,13,160); }

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

background-color css

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

 a { background-color: rgb(221,13,160); }

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

border-color css

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

 span { border-color: rgb(221,13,160); }

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