Shades of Deep Cerise #DB349B
Tints of Deep Cerise #DB349B
RGB
CMYK
RGB Variations
Color information
#DB349B (or 0xDB349B) is known color: Deep Cerise. HEX triplet: DB, 34 and 9B. RGB value is (219,52,155). Sum of RGB (Red+Green+Blue) = 219+52+155=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB349B is #24CB64. Grayscale: #717171. Windows color (decimal): -2411365 or 10171611. OLE color: 10171611.
HSL color Cylindrical-coordinate representation of color #DB349B: hue angle of 322.99º 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 #DB349B is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 155 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.14 |
| HSL | 322.99º | 0.7% | 0.53% | - |
| HSV(B) | 322.99º | 0.76% | 0.86% | - |
| XYZ | 36.36 | 19.88 | 32.93 | - |
| YUV | 113.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 155 | 0 | 0.76 | 0.29 | 0.14 | 322.99 | 0.7 | 0.53 |
| Hex | DB | 34 | 9B | 0 | 4C | 1D | E | 143 | 46 | 35 |
| Octal | 333 | 64 | 233 | 0 | 114 | 35 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110100 | 10011011 | 0 | 1001100 | 11101 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB349B
Complementary color
Monochromatic Colors of #DB349B
Black with #DB349B
Text Example
Text Example
White with #DB349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB349B; }
p { color: rgb(219,52,155); }
H1.HeaderClassName
{
color: #DB349B;
}
.AnyTagClassName
{
color: #DB349B;
}
</style>
background-color css
<style>
a { background-color: #DB349B; }
a { background-color: rgb(219,52,155); }
div.DivClassName
{
background-color: #DB349B;
}
.BgClassName
{
background-color: #DB349B;
}
</style>
border-color css
<style>
span { border-color: #DB349B; }
span { border-color: rgb(219,52,155); }
td.TdClassName
{
border-color: #DB349B;
}
.TagClassName
{
border-color: #DB349B;
}
</style>