Html Css Color HEX #DC10B0 Hollywood Cerise

📋 copy color: '#DC10B0'

red 220 ◦ green 16 ◦ blue 176

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

Shades of Hollywood Cerise #DC10B0

Tints of Hollywood Cerise #DC10B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.72%

R = 53.4%
G = 3.88%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC10B0 (or 0xDC10B0) is known color: Hollywood Cerise. HEX triplet: DC, 10 and B0. RGB value is (220,16,176). Sum of RGB (Red+Green+Blue) = 220+16+176=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10B0 is #23EF4F. Grayscale: #5E5E5E. Windows color (decimal): -2355024 or 11538652. OLE color: 11538652.

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

Color convert

RGB 220 16 176 -
CMYK 0 0.93 0.2 0.14
HSL 312.94º 0.86% 0.46% -
HSV(B) 312.94º 0.93% 0.86% -
XYZ 37.54 18.72 42.71 -
YUV 95.24 173.59 216.99 -
System Red Green Blue C M Y K H S L
Decimal 220 16 176 0 0.93 0.2 0.14 312.94 0.86 0.46
Hex DC 10 B0 0 5D 14 E 139 56 2E
Octal 334 20 260 0 135 24 16 471 126 56
Binary 11011100 10000 10110000 0 1011101 10100 1110 100111001 1010110 101110

Color Harmonies of #DC10B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10B0

Black with #DC10B0

Text Example


Text Example

White with #DC10B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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