Shades of Deep Cerise #DB367D
Tints of Deep Cerise #DB367D
RGB
CMYK
RGB Variations
Color information
#DB367D (or 0xDB367D) is known color: Deep Cerise. HEX triplet: DB, 36 and 7D. RGB value is (219,54,125). Sum of RGB (Red+Green+Blue) = 219+54+125=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB367D is #24C982. Grayscale: #6F6F6F. Windows color (decimal): -2410883 or 8206043. OLE color: 8206043.
HSL color Cylindrical-coordinate representation of color #DB367D: hue angle of 334.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB367D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 125 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.14 |
| HSL | 334.18º | 0.7% | 0.54% | - |
| HSV(B) | 334.18º | 0.75% | 0.86% | - |
| XYZ | 34.23 | 19.18 | 21.3 | - |
| YUV | 111.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 125 | 0 | 0.75 | 0.43 | 0.14 | 334.18 | 0.7 | 0.54 |
| Hex | DB | 36 | 7D | 0 | 4B | 2B | E | 14E | 46 | 36 |
| Octal | 333 | 66 | 175 | 0 | 113 | 53 | 16 | 516 | 106 | 66 |
| Binary | 11011011 | 110110 | 1111101 | 0 | 1001011 | 101011 | 1110 | 101001110 | 1000110 | 110110 |
Color Harmonies of #DB367D
Complementary color
Monochromatic Colors of #DB367D
Black with #DB367D
Text Example
Text Example
White with #DB367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB367D; }
p { color: rgb(219,54,125); }
H1.HeaderClassName
{
color: #DB367D;
}
.AnyTagClassName
{
color: #DB367D;
}
</style>
background-color css
<style>
a { background-color: #DB367D; }
a { background-color: rgb(219,54,125); }
div.DivClassName
{
background-color: #DB367D;
}
.BgClassName
{
background-color: #DB367D;
}
</style>
border-color css
<style>
span { border-color: #DB367D; }
span { border-color: rgb(219,54,125); }
td.TdClassName
{
border-color: #DB367D;
}
.TagClassName
{
border-color: #DB367D;
}
</style>