Shades of Deep Cerise #DB348C
Tints of Deep Cerise #DB348C
RGB
CMYK
RGB Variations
Color information
#DB348C (or 0xDB348C) is known color: Deep Cerise. HEX triplet: DB, 34 and 8C. RGB value is (219,52,140). Sum of RGB (Red+Green+Blue) = 219+52+140=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348C is #24CB73. Grayscale: #6F6F6F. Windows color (decimal): -2411380 or 9188571. OLE color: 9188571.
HSL color Cylindrical-coordinate representation of color #DB348C: hue angle of 328.38º 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 #DB348C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 140 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.14 |
| HSL | 328.38º | 0.7% | 0.53% | - |
| HSV(B) | 328.38º | 0.76% | 0.86% | - |
| XYZ | 35.18 | 19.41 | 26.7 | - |
| YUV | 111.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 140 | 0 | 0.76 | 0.36 | 0.14 | 328.38 | 0.7 | 0.53 |
| Hex | DB | 34 | 8C | 0 | 4C | 24 | E | 148 | 46 | 35 |
| Octal | 333 | 64 | 214 | 0 | 114 | 44 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001100 | 0 | 1001100 | 100100 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB348C
Complementary color
Monochromatic Colors of #DB348C
Black with #DB348C
Text Example
Text Example
White with #DB348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB348C; }
p { color: rgb(219,52,140); }
H1.HeaderClassName
{
color: #DB348C;
}
.AnyTagClassName
{
color: #DB348C;
}
</style>
background-color css
<style>
a { background-color: #DB348C; }
a { background-color: rgb(219,52,140); }
div.DivClassName
{
background-color: #DB348C;
}
.BgClassName
{
background-color: #DB348C;
}
</style>
border-color css
<style>
span { border-color: #DB348C; }
span { border-color: rgb(219,52,140); }
td.TdClassName
{
border-color: #DB348C;
}
.TagClassName
{
border-color: #DB348C;
}
</style>