Shades of Deep Cerise #DB3280
Tints of Deep Cerise #DB3280
RGB
CMYK
RGB Variations
Color information
#DB3280 (or 0xDB3280) is known color: Deep Cerise. HEX triplet: DB, 32 and 80. RGB value is (219,50,128). Sum of RGB (Red+Green+Blue) = 219+50+128=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3280 is #24CD7F. Grayscale: #6D6D6D. Windows color (decimal): -2411904 or 8401627. OLE color: 8401627.
HSL color Cylindrical-coordinate representation of color #DB3280: hue angle of 332.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3280 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 128 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.14 |
| HSL | 332.31º | 0.7% | 0.53% | - |
| HSV(B) | 332.31º | 0.77% | 0.86% | - |
| XYZ | 34.25 | 18.9 | 22.26 | - |
| YUV | 109.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 128 | 0 | 0.77 | 0.42 | 0.14 | 332.31 | 0.7 | 0.53 |
| Hex | DB | 32 | 80 | 0 | 4D | 2A | E | 14C | 46 | 35 |
| Octal | 333 | 62 | 200 | 0 | 115 | 52 | 16 | 514 | 106 | 65 |
| Binary | 11011011 | 110010 | 10000000 | 0 | 1001101 | 101010 | 1110 | 101001100 | 1000110 | 110101 |
Color Harmonies of #DB3280
Complementary color
Monochromatic Colors of #DB3280
Black with #DB3280
Text Example
Text Example
White with #DB3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3280; }
p { color: rgb(219,50,128); }
H1.HeaderClassName
{
color: #DB3280;
}
.AnyTagClassName
{
color: #DB3280;
}
</style>
background-color css
<style>
a { background-color: #DB3280; }
a { background-color: rgb(219,50,128); }
div.DivClassName
{
background-color: #DB3280;
}
.BgClassName
{
background-color: #DB3280;
}
</style>
border-color css
<style>
span { border-color: #DB3280; }
span { border-color: rgb(219,50,128); }
td.TdClassName
{
border-color: #DB3280;
}
.TagClassName
{
border-color: #DB3280;
}
</style>