Html Css Color HEX #DD0DAF Hollywood Cerise

📋 copy color: '#DD0DAF'

red 221 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #DD0DAF

Tints of Hollywood Cerise #DD0DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 54.03%
G = 3.18%
B = 42.79%

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

#DD0DAF (or 0xDD0DAF) is known color: Hollywood Cerise. HEX triplet: DD, 0D and AF. RGB value is (221,13,175). Sum of RGB (Red+Green+Blue) = 221+13+175=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAF is #22F250. Grayscale: #5D5D5D. Windows color (decimal): -2290257 or 11472349. OLE color: 11472349.

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

Color convert

RGB 221 13 175 -
CMYK 0 0.94 0.21 0.13
HSL 313.27º 0.89% 0.46% -
HSV(B) 313.27º 0.94% 0.87% -
XYZ 37.7 18.76 42.19 -
YUV 93.66 173.91 218.83 -
System Red Green Blue C M Y K H S L
Decimal 221 13 175 0 0.94 0.21 0.13 313.27 0.89 0.46
Hex DD D AF 0 5E 15 D 139 59 2E
Octal 335 15 257 0 136 25 15 471 131 56
Binary 11011101 1101 10101111 0 1011110 10101 1101 100111001 1011001 101110

Color Harmonies of #DD0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DAF

Black with #DD0DAF

Text Example


Text Example

White with #DD0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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