Shades of Deep Cerise #DB348D
Tints of Deep Cerise #DB348D
RGB
CMYK
RGB Variations
Color information
#DB348D (or 0xDB348D) is known color: Deep Cerise. HEX triplet: DB, 34 and 8D. RGB value is (219,52,141). Sum of RGB (Red+Green+Blue) = 219+52+141=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348D is #24CB72. Grayscale: #6F6F6F. Windows color (decimal): -2411379 or 9254107. OLE color: 9254107.
HSL color Cylindrical-coordinate representation of color #DB348D: hue angle of 328.02º 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 #DB348D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 141 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.14 |
| HSL | 328.02º | 0.7% | 0.53% | - |
| HSV(B) | 328.02º | 0.76% | 0.86% | - |
| XYZ | 35.25 | 19.44 | 27.09 | - |
| YUV | 112.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 141 | 0 | 0.76 | 0.36 | 0.14 | 328.02 | 0.7 | 0.53 |
| Hex | DB | 34 | 8D | 0 | 4C | 24 | E | 148 | 46 | 35 |
| Octal | 333 | 64 | 215 | 0 | 114 | 44 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001101 | 0 | 1001100 | 100100 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB348D
Complementary color
Monochromatic Colors of #DB348D
Black with #DB348D
Text Example
Text Example
White with #DB348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB348D; }
p { color: rgb(219,52,141); }
H1.HeaderClassName
{
color: #DB348D;
}
.AnyTagClassName
{
color: #DB348D;
}
</style>
background-color css
<style>
a { background-color: #DB348D; }
a { background-color: rgb(219,52,141); }
div.DivClassName
{
background-color: #DB348D;
}
.BgClassName
{
background-color: #DB348D;
}
</style>
border-color css
<style>
span { border-color: #DB348D; }
span { border-color: rgb(219,52,141); }
td.TdClassName
{
border-color: #DB348D;
}
.TagClassName
{
border-color: #DB348D;
}
</style>