Shades of Deep Cerise #DB357E
Tints of Deep Cerise #DB357E
RGB
CMYK
RGB Variations
Color information
#DB357E (or 0xDB357E) is known color: Deep Cerise. HEX triplet: DB, 35 and 7E. RGB value is (219,53,126). Sum of RGB (Red+Green+Blue) = 219+53+126=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB357E is #24CA81. Grayscale: #6E6E6E. Windows color (decimal): -2411138 or 8271323. OLE color: 8271323.
HSL color Cylindrical-coordinate representation of color #DB357E: hue angle of 333.61º 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 #DB357E is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 126 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.14 |
| HSL | 333.61º | 0.7% | 0.53% | - |
| HSV(B) | 333.61º | 0.76% | 0.86% | - |
| XYZ | 34.25 | 19.11 | 21.62 | - |
| YUV | 110.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 126 | 0 | 0.76 | 0.42 | 0.14 | 333.61 | 0.7 | 0.53 |
| Hex | DB | 35 | 7E | 0 | 4C | 2A | E | 14E | 46 | 35 |
| Octal | 333 | 65 | 176 | 0 | 114 | 52 | 16 | 516 | 106 | 65 |
| Binary | 11011011 | 110101 | 1111110 | 0 | 1001100 | 101010 | 1110 | 101001110 | 1000110 | 110101 |
Color Harmonies of #DB357E
Complementary color
Monochromatic Colors of #DB357E
Black with #DB357E
Text Example
Text Example
White with #DB357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB357E; }
p { color: rgb(219,53,126); }
H1.HeaderClassName
{
color: #DB357E;
}
.AnyTagClassName
{
color: #DB357E;
}
</style>
background-color css
<style>
a { background-color: #DB357E; }
a { background-color: rgb(219,53,126); }
div.DivClassName
{
background-color: #DB357E;
}
.BgClassName
{
background-color: #DB357E;
}
</style>
border-color css
<style>
span { border-color: #DB357E; }
span { border-color: rgb(219,53,126); }
td.TdClassName
{
border-color: #DB357E;
}
.TagClassName
{
border-color: #DB357E;
}
</style>