Html Css Color HEX #DC2979 Deep Cerise

📋 copy color: '#DC2979'

red 220 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #DC2979

Tints of Deep Cerise #DC2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

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

R = 57.59%
G = 10.73%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2979 (or 0xDC2979) is known color: Deep Cerise. HEX triplet: DC, 29 and 79. RGB value is (220,41,121). Sum of RGB (Red+Green+Blue) = 220+41+121=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2979 is #23D686. Grayscale: #676767. Windows color (decimal): -2348679 or 7940572. OLE color: 7940572.

HSL color Cylindrical-coordinate representation of color #DC2979: hue angle of 333.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2979 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 121 -
CMYK 0 0.81 0.45 0.14
HSL 333.18º 0.72% 0.51% -
HSV(B) 333.18º 0.81% 0.86% -
XYZ 33.76 18.18 19.82 -
YUV 103.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 220 41 121 0 0.81 0.45 0.14 333.18 0.72 0.51
Hex DC 29 79 0 51 2D E 14D 48 33
Octal 334 51 171 0 121 55 16 515 110 63
Binary 11011100 101001 1111001 0 1010001 101101 1110 101001101 1001000 110011

Color Harmonies of #DC2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2979

Black with #DC2979

Text Example


Text Example

White with #DC2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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