Html Css Color HEX #DC2078 Deep Cerise

📋 copy color: '#DC2078'

red 220 ◦ green 32 ◦ blue 120

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

Shades of Deep Cerise #DC2078

Tints of Deep Cerise #DC2078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 59.14%
G = 8.6%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2078 (or 0xDC2078) is known color: Deep Cerise. HEX triplet: DC, 20 and 78. RGB value is (220,32,120). Sum of RGB (Red+Green+Blue) = 220+32+120=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2078 is #23DF87. Grayscale: #626262. Windows color (decimal): -2350984 or 7872732. OLE color: 7872732.

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

Color convert

RGB 220 32 120 -
CMYK 0 0.85 0.45 0.14
HSL 331.91º 0.75% 0.49% -
HSV(B) 331.91º 0.85% 0.86% -
XYZ 33.42 17.6 19.41 -
YUV 98.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 220 32 120 0 0.85 0.45 0.14 331.91 0.75 0.49
Hex DC 20 78 0 55 2D E 14C 4B 31
Octal 334 40 170 0 125 55 16 514 113 61
Binary 11011100 100000 1111000 0 1010101 101101 1110 101001100 1001011 110001

Color Harmonies of #DC2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2078

Black with #DC2078

Text Example


Text Example

White with #DC2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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