Html Css Color HEX #DC2076 Deep Cerise

📋 copy color: '#DC2076'

red 220 ◦ green 32 ◦ blue 118

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

Shades of Deep Cerise #DC2076

Tints of Deep Cerise #DC2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 59.46%
G = 8.65%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2076 (or 0xDC2076) is known color: Deep Cerise. HEX triplet: DC, 20 and 76. RGB value is (220,32,118). Sum of RGB (Red+Green+Blue) = 220+32+118=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2076 is #23DF89. Grayscale: #616161. Windows color (decimal): -2350986 or 7741660. OLE color: 7741660.

HSL color Cylindrical-coordinate representation of color #DC2076: hue angle of 332.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2076 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 118 -
CMYK 0 0.85 0.46 0.14
HSL 332.55º 0.75% 0.49% -
HSV(B) 332.55º 0.85% 0.86% -
XYZ 33.3 17.56 18.77 -
YUV 98.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 220 32 118 0 0.85 0.46 0.14 332.55 0.75 0.49
Hex DC 20 76 0 55 2E E 14D 4B 31
Octal 334 40 166 0 125 56 16 515 113 61
Binary 11011100 100000 1110110 0 1010101 101110 1110 101001101 1001011 110001

Color Harmonies of #DC2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2076

Black with #DC2076

Text Example


Text Example

White with #DC2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2076; }

 p { color: rgb(220,32,118); }

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

background-color css

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

 a { background-color: rgb(220,32,118); }

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

border-color css

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

 span { border-color: rgb(220,32,118); }

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