Shades of Deep Cerise #DC3180
Tints of Deep Cerise #DC3180
RGB
CMYK
RGB Variations
Color information
#DC3180 (or 0xDC3180) is known color: Deep Cerise. HEX triplet: DC, 31 and 80. RGB value is (220,49,128). Sum of RGB (Red+Green+Blue) = 220+49+128=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3180 is #23CE7F. Grayscale: #6C6C6C. Windows color (decimal): -2346624 or 8401372. OLE color: 8401372.
HSL color Cylindrical-coordinate representation of color #DC3180: hue angle of 332.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3180 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 128 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.14 |
| HSL | 332.28º | 0.71% | 0.53% | - |
| HSV(B) | 332.28º | 0.78% | 0.86% | - |
| XYZ | 34.51 | 18.97 | 22.26 | - |
| YUV | 109.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 128 | 0 | 0.78 | 0.42 | 0.14 | 332.28 | 0.71 | 0.53 |
| Hex | DC | 31 | 80 | 0 | 4E | 2A | E | 14C | 47 | 35 |
| Octal | 334 | 61 | 200 | 0 | 116 | 52 | 16 | 514 | 107 | 65 |
| Binary | 11011100 | 110001 | 10000000 | 0 | 1001110 | 101010 | 1110 | 101001100 | 1000111 | 110101 |
Color Harmonies of #DC3180
Complementary color
Monochromatic Colors of #DC3180
Black with #DC3180
Text Example
Text Example
White with #DC3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3180; }
p { color: rgb(220,49,128); }
H1.HeaderClassName
{
color: #DC3180;
}
.AnyTagClassName
{
color: #DC3180;
}
</style>
background-color css
<style>
a { background-color: #DC3180; }
a { background-color: rgb(220,49,128); }
div.DivClassName
{
background-color: #DC3180;
}
.BgClassName
{
background-color: #DC3180;
}
</style>
border-color css
<style>
span { border-color: #DC3180; }
span { border-color: rgb(220,49,128); }
td.TdClassName
{
border-color: #DC3180;
}
.TagClassName
{
border-color: #DC3180;
}
</style>