Shades of Deep Cerise #DB3395
Tints of Deep Cerise #DB3395
RGB
CMYK
RGB Variations
Color information
#DB3395 (or 0xDB3395) is known color: Deep Cerise. HEX triplet: DB, 33 and 95. RGB value is (219,51,149). Sum of RGB (Red+Green+Blue) = 219+51+149=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3395 is #24CC6A. Grayscale: #707070. Windows color (decimal): -2411627 or 9778139. OLE color: 9778139.
HSL color Cylindrical-coordinate representation of color #DB3395: hue angle of 325º 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 #DB3395 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 149 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.14 |
| HSL | 325º | 0.7% | 0.53% | - |
| HSV(B) | 325º | 0.77% | 0.86% | - |
| XYZ | 35.82 | 19.6 | 30.33 | - |
| YUV | 112.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 149 | 0 | 0.77 | 0.32 | 0.14 | 325 | 0.7 | 0.53 |
| Hex | DB | 33 | 95 | 0 | 4D | 20 | E | 145 | 46 | 35 |
| Octal | 333 | 63 | 225 | 0 | 115 | 40 | 16 | 505 | 106 | 65 |
| Binary | 11011011 | 110011 | 10010101 | 0 | 1001101 | 100000 | 1110 | 101000101 | 1000110 | 110101 |
Color Harmonies of #DB3395
Complementary color
Monochromatic Colors of #DB3395
Black with #DB3395
Text Example
Text Example
White with #DB3395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3395; }
p { color: rgb(219,51,149); }
H1.HeaderClassName
{
color: #DB3395;
}
.AnyTagClassName
{
color: #DB3395;
}
</style>
background-color css
<style>
a { background-color: #DB3395; }
a { background-color: rgb(219,51,149); }
div.DivClassName
{
background-color: #DB3395;
}
.BgClassName
{
background-color: #DB3395;
}
</style>
border-color css
<style>
span { border-color: #DB3395; }
span { border-color: rgb(219,51,149); }
td.TdClassName
{
border-color: #DB3395;
}
.TagClassName
{
border-color: #DB3395;
}
</style>