Shades of Deep Cerise #DB318B
Tints of Deep Cerise #DB318B
RGB
CMYK
RGB Variations
Color information
#DB318B (or 0xDB318B) is known color: Deep Cerise. HEX triplet: DB, 31 and 8B. RGB value is (219,49,139). Sum of RGB (Red+Green+Blue) = 219+49+139=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB318B is #24CE74. Grayscale: #6D6D6D. Windows color (decimal): -2412149 or 9122267. OLE color: 9122267.
HSL color Cylindrical-coordinate representation of color #DB318B: hue angle of 328.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB318B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 139 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.14 |
| HSL | 328.24º | 0.7% | 0.53% | - |
| HSV(B) | 328.24º | 0.78% | 0.86% | - |
| XYZ | 34.97 | 19.12 | 26.27 | - |
| YUV | 110.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 139 | 0 | 0.78 | 0.37 | 0.14 | 328.24 | 0.7 | 0.53 |
| Hex | DB | 31 | 8B | 0 | 4E | 25 | E | 148 | 46 | 35 |
| Octal | 333 | 61 | 213 | 0 | 116 | 45 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110001 | 10001011 | 0 | 1001110 | 100101 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB318B
Complementary color
Monochromatic Colors of #DB318B
Black with #DB318B
Text Example
Text Example
White with #DB318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB318B; }
p { color: rgb(219,49,139); }
H1.HeaderClassName
{
color: #DB318B;
}
.AnyTagClassName
{
color: #DB318B;
}
</style>
background-color css
<style>
a { background-color: #DB318B; }
a { background-color: rgb(219,49,139); }
div.DivClassName
{
background-color: #DB318B;
}
.BgClassName
{
background-color: #DB318B;
}
</style>
border-color css
<style>
span { border-color: #DB318B; }
span { border-color: rgb(219,49,139); }
td.TdClassName
{
border-color: #DB318B;
}
.TagClassName
{
border-color: #DB318B;
}
</style>