Shades of Deep Cerise #DB359A
Tints of Deep Cerise #DB359A
RGB
CMYK
RGB Variations
Color information
#DB359A (or 0xDB359A) is known color: Deep Cerise. HEX triplet: DB, 35 and 9A. RGB value is (219,53,154). Sum of RGB (Red+Green+Blue) = 219+53+154=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB359A is #24CA65. Grayscale: #717171. Windows color (decimal): -2411110 or 10106331. OLE color: 10106331.
HSL color Cylindrical-coordinate representation of color #DB359A: hue angle of 323.49º 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 #DB359A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 154 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.14 |
| HSL | 323.49º | 0.7% | 0.53% | - |
| HSV(B) | 323.49º | 0.76% | 0.86% | - |
| XYZ | 36.32 | 19.94 | 32.51 | - |
| YUV | 114.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 154 | 0 | 0.76 | 0.30 | 0.14 | 323.49 | 0.7 | 0.53 |
| Hex | DB | 35 | 9A | 0 | 4C | 1E | E | 143 | 46 | 35 |
| Octal | 333 | 65 | 232 | 0 | 114 | 36 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110101 | 10011010 | 0 | 1001100 | 11110 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB359A
Complementary color
Monochromatic Colors of #DB359A
Black with #DB359A
Text Example
Text Example
White with #DB359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB359A; }
p { color: rgb(219,53,154); }
H1.HeaderClassName
{
color: #DB359A;
}
.AnyTagClassName
{
color: #DB359A;
}
</style>
background-color css
<style>
a { background-color: #DB359A; }
a { background-color: rgb(219,53,154); }
div.DivClassName
{
background-color: #DB359A;
}
.BgClassName
{
background-color: #DB359A;
}
</style>
border-color css
<style>
span { border-color: #DB359A; }
span { border-color: rgb(219,53,154); }
td.TdClassName
{
border-color: #DB359A;
}
.TagClassName
{
border-color: #DB359A;
}
</style>