Html Css Color HEX #DC3796 Deep Cerise

📋 copy color: '#DC3796'

red 220 ◦ green 55 ◦ blue 150

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

Shades of Deep Cerise #DC3796

Tints of Deep Cerise #DC3796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 51.76%
G = 12.94%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3796 (or 0xDC3796) is known color: Deep Cerise. HEX triplet: DC, 37 and 96. RGB value is (220,55,150). Sum of RGB (Red+Green+Blue) = 220+55+150=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3796 is #23C869. Grayscale: #727272. Windows color (decimal): -2345066 or 9844700. OLE color: 9844700.

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

Color convert

RGB 220 55 150 -
CMYK 0 0.75 0.32 0.14
HSL 325.45º 0.7% 0.54% -
HSV(B) 325.45º 0.75% 0.86% -
XYZ 36.39 20.15 30.83 -
YUV 115.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 220 55 150 0 0.75 0.32 0.14 325.45 0.7 0.54
Hex DC 37 96 0 4B 20 E 145 46 36
Octal 334 67 226 0 113 40 16 505 106 66
Binary 11011100 110111 10010110 0 1001011 100000 1110 101000101 1000110 110110

Color Harmonies of #DC3796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3796

Black with #DC3796

Text Example


Text Example

White with #DC3796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3796; }

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

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

background-color css

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

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

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

border-color css

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

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

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