Html Css Color HEX #DC10AB Hollywood Cerise

📋 copy color: '#DC10AB'

red 220 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #DC10AB

Tints of Hollywood Cerise #DC10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

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

R = 54.05%
G = 3.93%
B = 42.01%

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

#DC10AB (or 0xDC10AB) is known color: Hollywood Cerise. HEX triplet: DC, 10 and AB. RGB value is (220,16,171). Sum of RGB (Red+Green+Blue) = 220+16+171=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10AB is #23EF54. Grayscale: #5E5E5E. Windows color (decimal): -2355029 or 11210972. OLE color: 11210972.

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

Color convert

RGB 220 16 171 -
CMYK 0 0.93 0.22 0.14
HSL 314.41º 0.86% 0.46% -
HSV(B) 314.41º 0.93% 0.86% -
XYZ 37.05 18.53 40.15 -
YUV 94.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 220 16 171 0 0.93 0.22 0.14 314.41 0.86 0.46
Hex DC 10 AB 0 5D 16 E 13A 56 2E
Octal 334 20 253 0 135 26 16 472 126 56
Binary 11011100 10000 10101011 0 1011101 10110 1110 100111010 1010110 101110

Color Harmonies of #DC10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10AB

Black with #DC10AB

Text Example


Text Example

White with #DC10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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