Html Css Color HEX #DC3979 Deep Cerise

📋 copy color: '#DC3979'

red 220 ◦ green 57 ◦ blue 121

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

Shades of Deep Cerise #DC3979

Tints of Deep Cerise #DC3979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 55.28%
G = 14.32%
B = 30.4%

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

#DC3979 (or 0xDC3979) is known color: Deep Cerise. HEX triplet: DC, 39 and 79. RGB value is (220,57,121). Sum of RGB (Red+Green+Blue) = 220+57+121=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3979 is #23C686. Grayscale: #707070. Windows color (decimal): -2344583 or 7944668. OLE color: 7944668.

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

Color convert

RGB 220 57 121 -
CMYK 0 0.74 0.45 0.14
HSL 336.44º 0.7% 0.54% -
HSV(B) 336.44º 0.74% 0.86% -
XYZ 34.43 19.52 20.04 -
YUV 113.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 220 57 121 0 0.74 0.45 0.14 336.44 0.7 0.54
Hex DC 39 79 0 4A 2D E 150 46 36
Octal 334 71 171 0 112 55 16 520 106 66
Binary 11011100 111001 1111001 0 1001010 101101 1110 101010000 1000110 110110

Color Harmonies of #DC3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3979

Black with #DC3979

Text Example


Text Example

White with #DC3979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3979; }

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

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

background-color css

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

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

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

border-color css

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

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

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