Shades of Deep Cerise #DB3295
Tints of Deep Cerise #DB3295
RGB
CMYK
RGB Variations
Color information
#DB3295 (or 0xDB3295) is known color: Deep Cerise. HEX triplet: DB, 32 and 95. RGB value is (219,50,149). Sum of RGB (Red+Green+Blue) = 219+50+149=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3295 is #24CD6A. Grayscale: #6F6F6F. Windows color (decimal): -2411883 or 9777883. OLE color: 9777883.
HSL color Cylindrical-coordinate representation of color #DB3295: hue angle of 324.85º 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 #DB3295 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 149 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.14 |
| HSL | 324.85º | 0.7% | 0.53% | - |
| HSV(B) | 324.85º | 0.77% | 0.86% | - |
| XYZ | 35.78 | 19.51 | 30.31 | - |
| YUV | 111.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 149 | 0 | 0.77 | 0.32 | 0.14 | 324.85 | 0.7 | 0.53 |
| Hex | DB | 32 | 95 | 0 | 4D | 20 | E | 145 | 46 | 35 |
| Octal | 333 | 62 | 225 | 0 | 115 | 40 | 16 | 505 | 106 | 65 |
| Binary | 11011011 | 110010 | 10010101 | 0 | 1001101 | 100000 | 1110 | 101000101 | 1000110 | 110101 |
Color Harmonies of #DB3295
Complementary color
Monochromatic Colors of #DB3295
Black with #DB3295
Text Example
Text Example
White with #DB3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3295; }
p { color: rgb(219,50,149); }
H1.HeaderClassName
{
color: #DB3295;
}
.AnyTagClassName
{
color: #DB3295;
}
</style>
background-color css
<style>
a { background-color: #DB3295; }
a { background-color: rgb(219,50,149); }
div.DivClassName
{
background-color: #DB3295;
}
.BgClassName
{
background-color: #DB3295;
}
</style>
border-color css
<style>
span { border-color: #DB3295; }
span { border-color: rgb(219,50,149); }
td.TdClassName
{
border-color: #DB3295;
}
.TagClassName
{
border-color: #DB3295;
}
</style>