Html Css Color HEX #DC2080 Deep Cerise

📋 copy color: '#DC2080'

red 220 ◦ green 32 ◦ blue 128

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

Shades of Deep Cerise #DC2080

Tints of Deep Cerise #DC2080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 57.89%
G = 8.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC2080 (or 0xDC2080) is known color: Deep Cerise. HEX triplet: DC, 20 and 80. RGB value is (220,32,128). Sum of RGB (Red+Green+Blue) = 220+32+128=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2080 is #23DF7F. Grayscale: #626262. Windows color (decimal): -2350976 or 8397020. OLE color: 8397020.

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

Color convert

RGB 220 32 128 -
CMYK 0 0.85 0.42 0.14
HSL 329.36º 0.75% 0.49% -
HSV(B) 329.36º 0.85% 0.86% -
XYZ 33.93 17.81 22.07 -
YUV 99.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 220 32 128 0 0.85 0.42 0.14 329.36 0.75 0.49
Hex DC 20 80 0 55 2A E 149 4B 31
Octal 334 40 200 0 125 52 16 511 113 61
Binary 11011100 100000 10000000 0 1010101 101010 1110 101001001 1001011 110001

Color Harmonies of #DC2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2080

Black with #DC2080

Text Example


Text Example

White with #DC2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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