Html Css Color HEX #DC04A5 Hollywood Cerise

📋 copy color: '#DC04A5'

red 220 ◦ green 4 ◦ blue 165

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

Shades of Hollywood Cerise #DC04A5

Tints of Hollywood Cerise #DC04A5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 56.56%
G = 1.03%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC04A5 (or 0xDC04A5) is known color: Hollywood Cerise. HEX triplet: DC, 04 and A5. RGB value is (220,4,165). Sum of RGB (Red+Green+Blue) = 220+4+165=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC04A5 is #23FB5A. Grayscale: #565656. Windows color (decimal): -2358107 or 10814684. OLE color: 10814684.

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

Color convert

RGB 220 4 165 -
CMYK 0 0.98 0.25 0.14
HSL 315.28º 0.96% 0.44% -
HSV(B) 315.28º 0.98% 0.86% -
XYZ 36.35 18.02 37.16 -
YUV 86.94 172.06 222.91 -
System Red Green Blue C M Y K H S L
Decimal 220 4 165 0 0.98 0.25 0.14 315.28 0.96 0.44
Hex DC 4 A5 0 62 19 E 13B 60 2C
Octal 334 4 245 0 142 31 16 473 140 54
Binary 11011100 100 10100101 0 1100010 11001 1110 100111011 1100000 101100

Color Harmonies of #DC04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04A5

Black with #DC04A5

Text Example


Text Example

White with #DC04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04A5; }

 p { color: rgb(220,4,165); }

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

background-color css

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

 a { background-color: rgb(220,4,165); }

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

border-color css

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

 span { border-color: rgb(220,4,165); }

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