Html Css Color HEX #DC3980 Deep Cerise

📋 copy color: '#DC3980'

red 220 ◦ green 57 ◦ blue 128

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

Shades of Deep Cerise #DC3980

Tints of Deep Cerise #DC3980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

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

R = 54.32%
G = 14.07%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3980 (or 0xDC3980) is known color: Deep Cerise. HEX triplet: DC, 39 and 80. RGB value is (220,57,128). Sum of RGB (Red+Green+Blue) = 220+57+128=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3980 is #23C67F. Grayscale: #717171. Windows color (decimal): -2344576 or 8403420. OLE color: 8403420.

HSL color Cylindrical-coordinate representation of color #DC3980: hue angle of 333.87º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3980 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 128 -
CMYK 0 0.74 0.42 0.14
HSL 333.87º 0.7% 0.54% -
HSV(B) 333.87º 0.74% 0.86% -
XYZ 34.87 19.7 22.39 -
YUV 113.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 220 57 128 0 0.74 0.42 0.14 333.87 0.7 0.54
Hex DC 39 80 0 4A 2A E 14E 46 36
Octal 334 71 200 0 112 52 16 516 106 66
Binary 11011100 111001 10000000 0 1001010 101010 1110 101001110 1000110 110110

Color Harmonies of #DC3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3980

Black with #DC3980

Text Example


Text Example

White with #DC3980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3980; }

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

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

background-color css

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

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

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

border-color css

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

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

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