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