Shades of Deep Cerise #DB348E
Tints of Deep Cerise #DB348E
RGB
CMYK
RGB Variations
Color information
#DB348E (or 0xDB348E) is known color: Deep Cerise. HEX triplet: DB, 34 and 8E. RGB value is (219,52,142). Sum of RGB (Red+Green+Blue) = 219+52+142=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348E is #24CB71. Grayscale: #707070. Windows color (decimal): -2411378 or 9319643. OLE color: 9319643.
HSL color Cylindrical-coordinate representation of color #DB348E: hue angle of 327.66º 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 #DB348E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 142 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.14 |
| HSL | 327.66º | 0.7% | 0.53% | - |
| HSV(B) | 327.66º | 0.76% | 0.86% | - |
| XYZ | 35.32 | 19.47 | 27.49 | - |
| YUV | 112.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 142 | 0 | 0.76 | 0.35 | 0.14 | 327.66 | 0.7 | 0.53 |
| Hex | DB | 34 | 8E | 0 | 4C | 23 | E | 148 | 46 | 35 |
| Octal | 333 | 64 | 216 | 0 | 114 | 43 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001110 | 0 | 1001100 | 100011 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB348E
Complementary color
Monochromatic Colors of #DB348E
Black with #DB348E
Text Example
Text Example
White with #DB348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB348E; }
p { color: rgb(219,52,142); }
H1.HeaderClassName
{
color: #DB348E;
}
.AnyTagClassName
{
color: #DB348E;
}
</style>
background-color css
<style>
a { background-color: #DB348E; }
a { background-color: rgb(219,52,142); }
div.DivClassName
{
background-color: #DB348E;
}
.BgClassName
{
background-color: #DB348E;
}
</style>
border-color css
<style>
span { border-color: #DB348E; }
span { border-color: rgb(219,52,142); }
td.TdClassName
{
border-color: #DB348E;
}
.TagClassName
{
border-color: #DB348E;
}
</style>