Shades of Deep Cerise #DB359B
Tints of Deep Cerise #DB359B
RGB
CMYK
RGB Variations
Color information
#DB359B (or 0xDB359B) is known color: Deep Cerise. HEX triplet: DB, 35 and 9B. RGB value is (219,53,155). Sum of RGB (Red+Green+Blue) = 219+53+155=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB359B is #24CA64. Grayscale: #727272. Windows color (decimal): -2411109 or 10171867. OLE color: 10171867.
HSL color Cylindrical-coordinate representation of color #DB359B: hue angle of 323.13º 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 #DB359B is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 155 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.14 |
| HSL | 323.13º | 0.7% | 0.53% | - |
| HSV(B) | 323.13º | 0.76% | 0.86% | - |
| XYZ | 36.4 | 19.97 | 32.95 | - |
| YUV | 114.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 155 | 0 | 0.76 | 0.29 | 0.14 | 323.13 | 0.7 | 0.53 |
| Hex | DB | 35 | 9B | 0 | 4C | 1D | E | 143 | 46 | 35 |
| Octal | 333 | 65 | 233 | 0 | 114 | 35 | 16 | 503 | 106 | 65 |
| Binary | 11011011 | 110101 | 10011011 | 0 | 1001100 | 11101 | 1110 | 101000011 | 1000110 | 110101 |
Color Harmonies of #DB359B
Complementary color
Monochromatic Colors of #DB359B
Black with #DB359B
Text Example
Text Example
White with #DB359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB359B; }
p { color: rgb(219,53,155); }
H1.HeaderClassName
{
color: #DB359B;
}
.AnyTagClassName
{
color: #DB359B;
}
</style>
background-color css
<style>
a { background-color: #DB359B; }
a { background-color: rgb(219,53,155); }
div.DivClassName
{
background-color: #DB359B;
}
.BgClassName
{
background-color: #DB359B;
}
</style>
border-color css
<style>
span { border-color: #DB359B; }
span { border-color: rgb(219,53,155); }
td.TdClassName
{
border-color: #DB359B;
}
.TagClassName
{
border-color: #DB359B;
}
</style>