Html Css Color HEX #DD0DAD Hollywood Cerise

📋 copy color: '#DD0DAD'

red 221 ◦ green 13 ◦ blue 173

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

Shades of Hollywood Cerise #DD0DAD

Tints of Hollywood Cerise #DD0DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 54.3%
G = 3.19%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD0DAD (or 0xDD0DAD) is known color: Hollywood Cerise. HEX triplet: DD, 0D and AD. RGB value is (221,13,173). Sum of RGB (Red+Green+Blue) = 221+13+173=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0DAD is #22F252. Grayscale: #5D5D5D. Windows color (decimal): -2290259 or 11341277. OLE color: 11341277.

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

Color convert

RGB 221 13 173 -
CMYK 0 0.94 0.22 0.13
HSL 313.85º 0.89% 0.46% -
HSV(B) 313.85º 0.94% 0.87% -
XYZ 37.51 18.68 41.16 -
YUV 93.43 172.91 218.99 -
System Red Green Blue C M Y K H S L
Decimal 221 13 173 0 0.94 0.22 0.13 313.85 0.89 0.46
Hex DD D AD 0 5E 16 D 13A 59 2E
Octal 335 15 255 0 136 26 15 472 131 56
Binary 11011101 1101 10101101 0 1011110 10110 1101 100111010 1011001 101110

Color Harmonies of #DD0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DAD

Black with #DD0DAD

Text Example


Text Example

White with #DD0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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