Html Css Color HEX #DD0DAE Hollywood Cerise

📋 copy color: '#DD0DAE'

red 221 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #DD0DAE

Tints of Hollywood Cerise #DD0DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 54.17%
G = 3.19%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD0DAE (or 0xDD0DAE) is known color: Hollywood Cerise. HEX triplet: DD, 0D and AE. RGB value is (221,13,174). Sum of RGB (Red+Green+Blue) = 221+13+174=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAE is #22F251. Grayscale: #5D5D5D. Windows color (decimal): -2290258 or 11406813. OLE color: 11406813.

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

Color convert

RGB 221 13 174 -
CMYK 0 0.94 0.21 0.13
HSL 313.56º 0.89% 0.46% -
HSV(B) 313.56º 0.94% 0.87% -
XYZ 37.6 18.72 41.68 -
YUV 93.55 173.41 218.91 -
System Red Green Blue C M Y K H S L
Decimal 221 13 174 0 0.94 0.21 0.13 313.56 0.89 0.46
Hex DD D AE 0 5E 15 D 13A 59 2E
Octal 335 15 256 0 136 25 15 472 131 56
Binary 11011101 1101 10101110 0 1011110 10101 1101 100111010 1011001 101110

Color Harmonies of #DD0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DAE

Black with #DD0DAE

Text Example


Text Example

White with #DD0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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