Html Css Color HEX #DC10A0 Hollywood Cerise

📋 copy color: '#DC10A0'

red 220 ◦ green 16 ◦ blue 160

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

Shades of Hollywood Cerise #DC10A0

Tints of Hollywood Cerise #DC10A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 55.56%
G = 4.04%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC10A0 (or 0xDC10A0) is known color: Hollywood Cerise. HEX triplet: DC, 10 and A0. RGB value is (220,16,160). Sum of RGB (Red+Green+Blue) = 220+16+160=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10A0 is #23EF5F. Grayscale: #5D5D5D. Windows color (decimal): -2355040 or 10490076. OLE color: 10490076.

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

Color convert

RGB 220 16 160 -
CMYK 0 0.93 0.27 0.14
HSL 317.65º 0.86% 0.46% -
HSV(B) 317.65º 0.93% 0.86% -
XYZ 36.05 18.12 34.86 -
YUV 93.41 165.59 218.29 -
System Red Green Blue C M Y K H S L
Decimal 220 16 160 0 0.93 0.27 0.14 317.65 0.86 0.46
Hex DC 10 A0 0 5D 1B E 13E 56 2E
Octal 334 20 240 0 135 33 16 476 126 56
Binary 11011100 10000 10100000 0 1011101 11011 1110 100111110 1010110 101110

Color Harmonies of #DC10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10A0

Black with #DC10A0

Text Example


Text Example

White with #DC10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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