Html Css Color HEX #DD0EAA Hollywood Cerise

📋 copy color: '#DD0EAA'

red 221 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #DD0EAA

Tints of Hollywood Cerise #DD0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.46%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 54.57%
G = 3.46%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD0EAA (or 0xDD0EAA) is known color: Hollywood Cerise. HEX triplet: DD, 0E and AA. RGB value is (221,14,170). Sum of RGB (Red+Green+Blue) = 221+14+170=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0EAA is #22F155. Grayscale: #5D5D5D. Windows color (decimal): -2290006 or 11144925. OLE color: 11144925.

HSL color Cylindrical-coordinate representation of color #DD0EAA: hue angle of 314.78º degrees, saturation: 0.88, 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 #DD0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 170 -
CMYK 0 0.94 0.23 0.13
HSL 314.78º 0.88% 0.46% -
HSV(B) 314.78º 0.94% 0.87% -
XYZ 37.23 18.59 39.66 -
YUV 93.68 171.08 218.82 -
System Red Green Blue C M Y K H S L
Decimal 221 14 170 0 0.94 0.23 0.13 314.78 0.88 0.46
Hex DD E AA 0 5E 17 D 13B 58 2E
Octal 335 16 252 0 136 27 15 473 130 56
Binary 11011101 1110 10101010 0 1011110 10111 1101 100111011 1011000 101110

Color Harmonies of #DD0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EAA

Black with #DD0EAA

Text Example


Text Example

White with #DD0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EAA; }

 p { color: rgb(221,14,170); }

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

background-color css

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

 a { background-color: rgb(221,14,170); }

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

border-color css

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

 span { border-color: rgb(221,14,170); }

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