Shades of Deep Cerise #DB3580
Tints of Deep Cerise #DB3580
RGB
CMYK
RGB Variations
Color information
#DB3580 (or 0xDB3580) is known color: Deep Cerise. HEX triplet: DB, 35 and 80. RGB value is (219,53,128). Sum of RGB (Red+Green+Blue) = 219+53+128=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3580 is #24CA7F. Grayscale: #6F6F6F. Windows color (decimal): -2411136 or 8402395. OLE color: 8402395.
HSL color Cylindrical-coordinate representation of color #DB3580: hue angle of 332.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3580 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 128 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.14 |
| HSL | 332.89º | 0.7% | 0.53% | - |
| HSV(B) | 332.89º | 0.76% | 0.86% | - |
| XYZ | 34.38 | 19.16 | 22.31 | - |
| YUV | 111.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 128 | 0 | 0.76 | 0.42 | 0.14 | 332.89 | 0.7 | 0.53 |
| Hex | DB | 35 | 80 | 0 | 4C | 2A | E | 14D | 46 | 35 |
| Octal | 333 | 65 | 200 | 0 | 114 | 52 | 16 | 515 | 106 | 65 |
| Binary | 11011011 | 110101 | 10000000 | 0 | 1001100 | 101010 | 1110 | 101001101 | 1000110 | 110101 |
Color Harmonies of #DB3580
Complementary color
Monochromatic Colors of #DB3580
Black with #DB3580
Text Example
Text Example
White with #DB3580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3580; }
p { color: rgb(219,53,128); }
H1.HeaderClassName
{
color: #DB3580;
}
.AnyTagClassName
{
color: #DB3580;
}
</style>
background-color css
<style>
a { background-color: #DB3580; }
a { background-color: rgb(219,53,128); }
div.DivClassName
{
background-color: #DB3580;
}
.BgClassName
{
background-color: #DB3580;
}
</style>
border-color css
<style>
span { border-color: #DB3580; }
span { border-color: rgb(219,53,128); }
td.TdClassName
{
border-color: #DB3580;
}
.TagClassName
{
border-color: #DB3580;
}
</style>