Html Css Color HEX #DC2879 Deep Cerise

📋 copy color: '#DC2879'

red 220 ◦ green 40 ◦ blue 121

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

Shades of Deep Cerise #DC2879

Tints of Deep Cerise #DC2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

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

R = 57.74%
G = 10.5%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2879 (or 0xDC2879) is known color: Deep Cerise. HEX triplet: DC, 28 and 79. RGB value is (220,40,121). Sum of RGB (Red+Green+Blue) = 220+40+121=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2879 is #23D786. Grayscale: #666666. Windows color (decimal): -2348935 or 7940316. OLE color: 7940316.

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

Color convert

RGB 220 40 121 -
CMYK 0 0.82 0.45 0.14
HSL 333º 0.72% 0.51% -
HSV(B) 333º 0.82% 0.86% -
XYZ 33.73 18.11 19.81 -
YUV 103.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 220 40 121 0 0.82 0.45 0.14 333 0.72 0.51
Hex DC 28 79 0 52 2D E 14D 48 33
Octal 334 50 171 0 122 55 16 515 110 63
Binary 11011100 101000 1111001 0 1010010 101101 1110 101001101 1001000 110011

Color Harmonies of #DC2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2879

Black with #DC2879

Text Example


Text Example

White with #DC2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2879; }

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

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

background-color css

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

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

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

border-color css

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

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

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