Html Css Color HEX #DC10AD Hollywood Cerise

📋 copy color: '#DC10AD'

red 220 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #DC10AD

Tints of Hollywood Cerise #DC10AD

RGB

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

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

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

R = 53.79%
G = 3.91%
B = 42.3%

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

#DC10AD (or 0xDC10AD) is known color: Hollywood Cerise. HEX triplet: DC, 10 and AD. RGB value is (220,16,173). Sum of RGB (Red+Green+Blue) = 220+16+173=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10AD is #23EF52. Grayscale: #5E5E5E. Windows color (decimal): -2355027 or 11342044. OLE color: 11342044.

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

Color convert

RGB 220 16 173 -
CMYK 0 0.93 0.21 0.14
HSL 313.82º 0.86% 0.46% -
HSV(B) 313.82º 0.93% 0.86% -
XYZ 37.24 18.6 41.16 -
YUV 94.89 172.09 217.23 -
System Red Green Blue C M Y K H S L
Decimal 220 16 173 0 0.93 0.21 0.14 313.82 0.86 0.46
Hex DC 10 AD 0 5D 15 E 13A 56 2E
Octal 334 20 255 0 135 25 16 472 126 56
Binary 11011100 10000 10101101 0 1011101 10101 1110 100111010 1010110 101110

Color Harmonies of #DC10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10AD

Black with #DC10AD

Text Example


Text Example

White with #DC10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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