Html Css Color HEX #DC3978 Deep Cerise

📋 copy color: '#DC3978'

red 220 ◦ green 57 ◦ blue 120

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

Shades of Deep Cerise #DC3978

Tints of Deep Cerise #DC3978

RGB

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

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

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

R = 55.42%
G = 14.36%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC3978 (or 0xDC3978) is known color: Deep Cerise. HEX triplet: DC, 39 and 78. RGB value is (220,57,120). Sum of RGB (Red+Green+Blue) = 220+57+120=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3978 is #23C687. Grayscale: #707070. Windows color (decimal): -2344584 or 7879132. OLE color: 7879132.

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

Color convert

RGB 220 57 120 -
CMYK 0 0.74 0.45 0.14
HSL 336.81º 0.7% 0.54% -
HSV(B) 336.81º 0.74% 0.86% -
XYZ 34.37 19.5 19.72 -
YUV 112.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 220 57 120 0 0.74 0.45 0.14 336.81 0.7 0.54
Hex DC 39 78 0 4A 2D E 151 46 36
Octal 334 71 170 0 112 55 16 521 106 66
Binary 11011100 111001 1111000 0 1001010 101101 1110 101010001 1000110 110110

Color Harmonies of #DC3978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3978

Black with #DC3978

Text Example


Text Example

White with #DC3978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3978; }

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

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

background-color css

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

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

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

border-color css

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

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

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