Html Css Color HEX #DD0FAF Hollywood Cerise

📋 copy color: '#DD0FAF'

red 221 ◦ green 15 ◦ blue 175

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

Shades of Hollywood Cerise #DD0FAF

Tints of Hollywood Cerise #DD0FAF

RGB

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

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

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

R = 53.77%
G = 3.65%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD0FAF (or 0xDD0FAF) is known color: Hollywood Cerise. HEX triplet: DD, 0F and AF. RGB value is (221,15,175). Sum of RGB (Red+Green+Blue) = 221+15+175=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FAF is #22F050. Grayscale: #5E5E5E. Windows color (decimal): -2289745 or 11472861. OLE color: 11472861.

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

Color convert

RGB 221 15 175 -
CMYK 0 0.93 0.21 0.13
HSL 313.4º 0.87% 0.46% -
HSV(B) 313.4º 0.93% 0.87% -
XYZ 37.73 18.81 42.2 -
YUV 94.83 173.25 217.99 -
System Red Green Blue C M Y K H S L
Decimal 221 15 175 0 0.93 0.21 0.13 313.4 0.87 0.46
Hex DD F AF 0 5D 15 D 139 57 2E
Octal 335 17 257 0 135 25 15 471 127 56
Binary 11011101 1111 10101111 0 1011101 10101 1101 100111001 1010111 101110

Color Harmonies of #DD0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FAF

Black with #DD0FAF

Text Example


Text Example

White with #DD0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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