Shades of Deep Cerise #DB348B
Tints of Deep Cerise #DB348B
RGB
CMYK
RGB Variations
Color information
#DB348B (or 0xDB348B) is known color: Deep Cerise. HEX triplet: DB, 34 and 8B. RGB value is (219,52,139). Sum of RGB (Red+Green+Blue) = 219+52+139=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348B is #24CB74. Grayscale: #6F6F6F. Windows color (decimal): -2411381 or 9123035. OLE color: 9123035.
HSL color Cylindrical-coordinate representation of color #DB348B: hue angle of 328.74º 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 #DB348B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 139 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.14 |
| HSL | 328.74º | 0.7% | 0.53% | - |
| HSV(B) | 328.74º | 0.76% | 0.86% | - |
| XYZ | 35.1 | 19.38 | 26.32 | - |
| YUV | 111.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 139 | 0 | 0.76 | 0.37 | 0.14 | 328.74 | 0.7 | 0.53 |
| Hex | DB | 34 | 8B | 0 | 4C | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 64 | 213 | 0 | 114 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001011 | 0 | 1001100 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB348B
Complementary color
Monochromatic Colors of #DB348B
Black with #DB348B
Text Example
Text Example
White with #DB348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB348B; }
p { color: rgb(219,52,139); }
H1.HeaderClassName
{
color: #DB348B;
}
.AnyTagClassName
{
color: #DB348B;
}
</style>
background-color css
<style>
a { background-color: #DB348B; }
a { background-color: rgb(219,52,139); }
div.DivClassName
{
background-color: #DB348B;
}
.BgClassName
{
background-color: #DB348B;
}
</style>
border-color css
<style>
span { border-color: #DB348B; }
span { border-color: rgb(219,52,139); }
td.TdClassName
{
border-color: #DB348B;
}
.TagClassName
{
border-color: #DB348B;
}
</style>