Html Css Color HEX #DC3776 Deep Cerise

📋 copy color: '#DC3776'

red 220 ◦ green 55 ◦ blue 118

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

Shades of Deep Cerise #DC3776

Tints of Deep Cerise #DC3776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

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

R = 55.98%
G = 13.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3776 (or 0xDC3776) is known color: Deep Cerise. HEX triplet: DC, 37 and 76. RGB value is (220,55,118). Sum of RGB (Red+Green+Blue) = 220+55+118=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3776 is #23C889. Grayscale: #6F6F6F. Windows color (decimal): -2345098 or 7747548. OLE color: 7747548.

HSL color Cylindrical-coordinate representation of color #DC3776: hue angle of 337.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3776 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 118 -
CMYK 0 0.75 0.46 0.14
HSL 337.09º 0.7% 0.54% -
HSV(B) 337.09º 0.75% 0.86% -
XYZ 34.15 19.26 19.06 -
YUV 111.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 220 55 118 0 0.75 0.46 0.14 337.09 0.7 0.54
Hex DC 37 76 0 4B 2E E 151 46 36
Octal 334 67 166 0 113 56 16 521 106 66
Binary 11011100 110111 1110110 0 1001011 101110 1110 101010001 1000110 110110

Color Harmonies of #DC3776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3776

Black with #DC3776

Text Example


Text Example

White with #DC3776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3776; }

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

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

background-color css

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

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

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

border-color css

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

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

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