Html Css Color HEX #DC05B0 Hollywood Cerise

📋 copy color: '#DC05B0'

red 220 ◦ green 5 ◦ blue 176

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

Shades of Hollywood Cerise #DC05B0

Tints of Hollywood Cerise #DC05B0

RGB

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

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

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

R = 54.86%
G = 1.25%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC05B0 (or 0xDC05B0) is known color: Hollywood Cerise. HEX triplet: DC, 05 and B0. RGB value is (220,5,176). Sum of RGB (Red+Green+Blue) = 220+5+176=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05B0 is #23FA4F. Grayscale: #585858. Windows color (decimal): -2357840 or 11535836. OLE color: 11535836.

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

Color convert

RGB 220 5 176 -
CMYK 0 0.98 0.2 0.14
HSL 312.28º 0.96% 0.44% -
HSV(B) 312.28º 0.98% 0.86% -
XYZ 37.41 18.46 42.67 -
YUV 88.78 177.23 221.6 -
System Red Green Blue C M Y K H S L
Decimal 220 5 176 0 0.98 0.2 0.14 312.28 0.96 0.44
Hex DC 5 B0 0 62 14 E 138 60 2C
Octal 334 5 260 0 142 24 16 470 140 54
Binary 11011100 101 10110000 0 1100010 10100 1110 100111000 1100000 101100

Color Harmonies of #DC05B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05B0

Black with #DC05B0

Text Example


Text Example

White with #DC05B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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