Shades of Deep Cerise #DB357D
Tints of Deep Cerise #DB357D
RGB
CMYK
RGB Variations
Color information
#DB357D (or 0xDB357D) is known color: Deep Cerise. HEX triplet: DB, 35 and 7D. RGB value is (219,53,125). Sum of RGB (Red+Green+Blue) = 219+53+125=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB357D is #24CA82. Grayscale: #6E6E6E. Windows color (decimal): -2411139 or 8205787. OLE color: 8205787.
HSL color Cylindrical-coordinate representation of color #DB357D: hue angle of 333.98º 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 #DB357D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 125 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.14 |
| HSL | 333.98º | 0.7% | 0.53% | - |
| HSV(B) | 333.98º | 0.76% | 0.86% | - |
| XYZ | 34.19 | 19.09 | 21.28 | - |
| YUV | 110.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 125 | 0 | 0.76 | 0.43 | 0.14 | 333.98 | 0.7 | 0.53 |
| Hex | DB | 35 | 7D | 0 | 4C | 2B | E | 14E | 46 | 35 |
| Octal | 333 | 65 | 175 | 0 | 114 | 53 | 16 | 516 | 106 | 65 |
| Binary | 11011011 | 110101 | 1111101 | 0 | 1001100 | 101011 | 1110 | 101001110 | 1000110 | 110101 |
Color Harmonies of #DB357D
Complementary color
Monochromatic Colors of #DB357D
Black with #DB357D
Text Example
Text Example
White with #DB357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB357D; }
p { color: rgb(219,53,125); }
H1.HeaderClassName
{
color: #DB357D;
}
.AnyTagClassName
{
color: #DB357D;
}
</style>
background-color css
<style>
a { background-color: #DB357D; }
a { background-color: rgb(219,53,125); }
div.DivClassName
{
background-color: #DB357D;
}
.BgClassName
{
background-color: #DB357D;
}
</style>
border-color css
<style>
span { border-color: #DB357D; }
span { border-color: rgb(219,53,125); }
td.TdClassName
{
border-color: #DB357D;
}
.TagClassName
{
border-color: #DB357D;
}
</style>