Shades of Deep Cerise #DB3294
Tints of Deep Cerise #DB3294
RGB
CMYK
RGB Variations
Color information
#DB3294 (or 0xDB3294) is known color: Deep Cerise. HEX triplet: DB, 32 and 94. RGB value is (219,50,148). Sum of RGB (Red+Green+Blue) = 219+50+148=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3294 is #24CD6B. Grayscale: #6F6F6F. Windows color (decimal): -2411884 or 9712347. OLE color: 9712347.
HSL color Cylindrical-coordinate representation of color #DB3294: hue angle of 325.21º 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 #DB3294 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 148 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.14 |
| HSL | 325.21º | 0.7% | 0.53% | - |
| HSV(B) | 325.21º | 0.77% | 0.86% | - |
| XYZ | 35.7 | 19.48 | 29.9 | - |
| YUV | 111.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 148 | 0 | 0.77 | 0.32 | 0.14 | 325.21 | 0.7 | 0.53 |
| Hex | DB | 32 | 94 | 0 | 4D | 20 | E | 145 | 46 | 35 |
| Octal | 333 | 62 | 224 | 0 | 115 | 40 | 16 | 505 | 106 | 65 |
| Binary | 11011011 | 110010 | 10010100 | 0 | 1001101 | 100000 | 1110 | 101000101 | 1000110 | 110101 |
Color Harmonies of #DB3294
Complementary color
Monochromatic Colors of #DB3294
Black with #DB3294
Text Example
Text Example
White with #DB3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3294; }
p { color: rgb(219,50,148); }
H1.HeaderClassName
{
color: #DB3294;
}
.AnyTagClassName
{
color: #DB3294;
}
</style>
background-color css
<style>
a { background-color: #DB3294; }
a { background-color: rgb(219,50,148); }
div.DivClassName
{
background-color: #DB3294;
}
.BgClassName
{
background-color: #DB3294;
}
</style>
border-color css
<style>
span { border-color: #DB3294; }
span { border-color: rgb(219,50,148); }
td.TdClassName
{
border-color: #DB3294;
}
.TagClassName
{
border-color: #DB3294;
}
</style>