Html Css Color HEX #DC05A0 Hollywood Cerise

📋 copy color: '#DC05A0'

red 220 ◦ green 5 ◦ blue 160

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

Shades of Hollywood Cerise #DC05A0

Tints of Hollywood Cerise #DC05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 57.14%
G = 1.3%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC05A0 (or 0xDC05A0) is known color: Hollywood Cerise. HEX triplet: DC, 05 and A0. RGB value is (220,5,160). Sum of RGB (Red+Green+Blue) = 220+5+160=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05A0 is #23FA5F. Grayscale: #565656. Windows color (decimal): -2357856 or 10487260. OLE color: 10487260.

HSL color Cylindrical-coordinate representation of color #DC05A0: hue angle of 316.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05A0 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 160 -
CMYK 0 0.98 0.27 0.14
HSL 316.74º 0.96% 0.44% -
HSV(B) 316.74º 0.98% 0.86% -
XYZ 35.91 17.86 34.81 -
YUV 86.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 220 5 160 0 0.98 0.27 0.14 316.74 0.96 0.44
Hex DC 5 A0 0 62 1B E 13D 60 2C
Octal 334 5 240 0 142 33 16 475 140 54
Binary 11011100 101 10100000 0 1100010 11011 1110 100111101 1100000 101100

Color Harmonies of #DC05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05A0

Black with #DC05A0

Text Example


Text Example

White with #DC05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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