Html Css Color HEX #DC0FAD Hollywood Cerise

📋 copy color: '#DC0FAD'

red 220 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #DC0FAD

Tints of Hollywood Cerise #DC0FAD

RGB

 RED value IS 220 (86.33% from 255) = 53.92%

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

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

R = 53.92%
G = 3.68%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC0FAD (or 0xDC0FAD) is known color: Hollywood Cerise. HEX triplet: DC, 0F and AD. RGB value is (220,15,173). Sum of RGB (Red+Green+Blue) = 220+15+173=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0FAD is #23F052. Grayscale: #5D5D5D. Windows color (decimal): -2355283 or 11341788. OLE color: 11341788.

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

Color convert

RGB 220 15 173 -
CMYK 0 0.93 0.21 0.14
HSL 313.76º 0.87% 0.46% -
HSV(B) 313.76º 0.93% 0.86% -
XYZ 37.23 18.57 41.16 -
YUV 94.31 172.42 217.65 -
System Red Green Blue C M Y K H S L
Decimal 220 15 173 0 0.93 0.21 0.14 313.76 0.87 0.46
Hex DC F AD 0 5D 15 E 13A 57 2E
Octal 334 17 255 0 135 25 16 472 127 56
Binary 11011100 1111 10101101 0 1011101 10101 1110 100111010 1010111 101110

Color Harmonies of #DC0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0FAD

Black with #DC0FAD

Text Example


Text Example

White with #DC0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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