Html Css Color HEX #DC2776 Deep Cerise

📋 copy color: '#DC2776'

red 220 ◦ green 39 ◦ blue 118

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

Shades of Deep Cerise #DC2776

Tints of Deep Cerise #DC2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 58.36%
G = 10.34%
B = 31.3%

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

#DC2776 (or 0xDC2776) is known color: Deep Cerise. HEX triplet: DC, 27 and 76. RGB value is (220,39,118). Sum of RGB (Red+Green+Blue) = 220+39+118=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2776 is #23D889. Grayscale: #656565. Windows color (decimal): -2349194 or 7743452. OLE color: 7743452.

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

Color convert

RGB 220 39 118 -
CMYK 0 0.82 0.46 0.14
HSL 333.81º 0.72% 0.51% -
HSV(B) 333.81º 0.82% 0.86% -
XYZ 33.51 17.97 18.84 -
YUV 102.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 220 39 118 0 0.82 0.46 0.14 333.81 0.72 0.51
Hex DC 27 76 0 52 2E E 14E 48 33
Octal 334 47 166 0 122 56 16 516 110 63
Binary 11011100 100111 1110110 0 1010010 101110 1110 101001110 1001000 110011

Color Harmonies of #DC2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2776

Black with #DC2776

Text Example


Text Example

White with #DC2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2776; }

 p { color: rgb(220,39,118); }

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

background-color css

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

 a { background-color: rgb(220,39,118); }

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

border-color css

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

 span { border-color: rgb(220,39,118); }

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