Html Css Color HEX #DD0FAD Hollywood Cerise

📋 copy color: '#DD0FAD'

red 221 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #DD0FAD

Tints of Hollywood Cerise #DD0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 54.03%
G = 3.67%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD0FAD (or 0xDD0FAD) is known color: Hollywood Cerise. HEX triplet: DD, 0F and AD. RGB value is (221,15,173). Sum of RGB (Red+Green+Blue) = 221+15+173=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FAD is #22F052. Grayscale: #5E5E5E. Windows color (decimal): -2289747 or 11341789. OLE color: 11341789.

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

Color convert

RGB 221 15 173 -
CMYK 0 0.93 0.22 0.13
HSL 313.98º 0.87% 0.46% -
HSV(B) 313.98º 0.93% 0.87% -
XYZ 37.53 18.73 41.17 -
YUV 94.61 172.25 218.15 -
System Red Green Blue C M Y K H S L
Decimal 221 15 173 0 0.93 0.22 0.13 313.98 0.87 0.46
Hex DD F AD 0 5D 16 D 13A 57 2E
Octal 335 17 255 0 135 26 15 472 127 56
Binary 11011101 1111 10101101 0 1011101 10110 1101 100111010 1010111 101110

Color Harmonies of #DD0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FAD

Black with #DD0FAD

Text Example


Text Example

White with #DD0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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