Html Css Color HEX #DC2877 Deep Cerise

📋 copy color: '#DC2877'

red 220 ◦ green 40 ◦ blue 119

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

Shades of Deep Cerise #DC2877

Tints of Deep Cerise #DC2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 58.05%
G = 10.55%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2877 (or 0xDC2877) is known color: Deep Cerise. HEX triplet: DC, 28 and 77. RGB value is (220,40,119). Sum of RGB (Red+Green+Blue) = 220+40+119=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2877 is #23D788. Grayscale: #666666. Windows color (decimal): -2348937 or 7809244. OLE color: 7809244.

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

Color convert

RGB 220 40 119 -
CMYK 0 0.82 0.46 0.14
HSL 333.67º 0.72% 0.51% -
HSV(B) 333.67º 0.82% 0.86% -
XYZ 33.6 18.07 19.17 -
YUV 102.83 137.13 211.58 -
System Red Green Blue C M Y K H S L
Decimal 220 40 119 0 0.82 0.46 0.14 333.67 0.72 0.51
Hex DC 28 77 0 52 2E E 14E 48 33
Octal 334 50 167 0 122 56 16 516 110 63
Binary 11011100 101000 1110111 0 1010010 101110 1110 101001110 1001000 110011

Color Harmonies of #DC2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2877

Black with #DC2877

Text Example


Text Example

White with #DC2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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