Shades of Deep Cerise #DB318D
Tints of Deep Cerise #DB318D
RGB
CMYK
RGB Variations
Color information
#DB318D (or 0xDB318D) is known color: Deep Cerise. HEX triplet: DB, 31 and 8D. RGB value is (219,49,141). Sum of RGB (Red+Green+Blue) = 219+49+141=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB318D is #24CE72. Grayscale: #6E6E6E. Windows color (decimal): -2412147 or 9253339. OLE color: 9253339.
HSL color Cylindrical-coordinate representation of color #DB318D: hue angle of 327.53º 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 #DB318D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 141 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.14 |
| HSL | 327.53º | 0.7% | 0.53% | - |
| HSV(B) | 327.53º | 0.78% | 0.86% | - |
| XYZ | 35.12 | 19.18 | 27.05 | - |
| YUV | 110.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 141 | 0 | 0.78 | 0.36 | 0.14 | 327.53 | 0.7 | 0.53 |
| Hex | DB | 31 | 8D | 0 | 4E | 24 | E | 148 | 46 | 35 |
| Octal | 333 | 61 | 215 | 0 | 116 | 44 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110001 | 10001101 | 0 | 1001110 | 100100 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB318D
Complementary color
Monochromatic Colors of #DB318D
Black with #DB318D
Text Example
Text Example
White with #DB318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB318D; }
p { color: rgb(219,49,141); }
H1.HeaderClassName
{
color: #DB318D;
}
.AnyTagClassName
{
color: #DB318D;
}
</style>
background-color css
<style>
a { background-color: #DB318D; }
a { background-color: rgb(219,49,141); }
div.DivClassName
{
background-color: #DB318D;
}
.BgClassName
{
background-color: #DB318D;
}
</style>
border-color css
<style>
span { border-color: #DB318D; }
span { border-color: rgb(219,49,141); }
td.TdClassName
{
border-color: #DB318D;
}
.TagClassName
{
border-color: #DB318D;
}
</style>