Html Css Color HEX #DC0FAB Hollywood Cerise

📋 copy color: '#DC0FAB'

red 220 ◦ green 15 ◦ blue 171

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

Shades of Hollywood Cerise #DC0FAB

Tints of Hollywood Cerise #DC0FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 54.19%
G = 3.69%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC0FAB (or 0xDC0FAB) is known color: Hollywood Cerise. HEX triplet: DC, 0F and AB. RGB value is (220,15,171). Sum of RGB (Red+Green+Blue) = 220+15+171=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0FAB is #23F054. Grayscale: #5D5D5D. Windows color (decimal): -2355285 or 11210716. OLE color: 11210716.

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

Color convert

RGB 220 15 171 -
CMYK 0 0.93 0.22 0.14
HSL 314.34º 0.87% 0.46% -
HSV(B) 314.34º 0.93% 0.86% -
XYZ 37.04 18.5 40.15 -
YUV 94.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 220 15 171 0 0.93 0.22 0.14 314.34 0.87 0.46
Hex DC F AB 0 5D 16 E 13A 57 2E
Octal 334 17 253 0 135 26 16 472 127 56
Binary 11011100 1111 10101011 0 1011101 10110 1110 100111010 1010111 101110

Color Harmonies of #DC0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0FAB

Black with #DC0FAB

Text Example


Text Example

White with #DC0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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