Html Css Color HEX #DC05AC Hollywood Cerise

📋 copy color: '#DC05AC'

red 220 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #DC05AC

Tints of Hollywood Cerise #DC05AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 55.42%
G = 1.26%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC05AC (or 0xDC05AC) is known color: Hollywood Cerise. HEX triplet: DC, 05 and AC. RGB value is (220,5,172). Sum of RGB (Red+Green+Blue) = 220+5+172=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05AC is #23FA53. Grayscale: #575757. Windows color (decimal): -2357844 or 11273692. OLE color: 11273692.

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

Color convert

RGB 220 5 172 -
CMYK 0 0.98 0.22 0.14
HSL 313.4º 0.96% 0.44% -
HSV(B) 313.4º 0.98% 0.86% -
XYZ 37.02 18.3 40.61 -
YUV 88.32 175.23 221.92 -
System Red Green Blue C M Y K H S L
Decimal 220 5 172 0 0.98 0.22 0.14 313.4 0.96 0.44
Hex DC 5 AC 0 62 16 E 139 60 2C
Octal 334 5 254 0 142 26 16 471 140 54
Binary 11011100 101 10101100 0 1100010 10110 1110 100111001 1100000 101100

Color Harmonies of #DC05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05AC

Black with #DC05AC

Text Example


Text Example

White with #DC05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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