Shades of Deep Cerise #DB367C
Tints of Deep Cerise #DB367C
RGB
CMYK
RGB Variations
Color information
#DB367C (or 0xDB367C) is known color: Deep Cerise. HEX triplet: DB, 36 and 7C. RGB value is (219,54,124). Sum of RGB (Red+Green+Blue) = 219+54+124=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB367C is #24C983. Grayscale: #6F6F6F. Windows color (decimal): -2410884 or 8140507. OLE color: 8140507.
HSL color Cylindrical-coordinate representation of color #DB367C: hue angle of 334.55º 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 #DB367C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 124 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.14 |
| HSL | 334.55º | 0.7% | 0.54% | - |
| HSV(B) | 334.55º | 0.75% | 0.86% | - |
| XYZ | 34.17 | 19.15 | 20.96 | - |
| YUV | 111.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 124 | 0 | 0.75 | 0.43 | 0.14 | 334.55 | 0.7 | 0.54 |
| Hex | DB | 36 | 7C | 0 | 4B | 2B | E | 14F | 46 | 36 |
| Octal | 333 | 66 | 174 | 0 | 113 | 53 | 16 | 517 | 106 | 66 |
| Binary | 11011011 | 110110 | 1111100 | 0 | 1001011 | 101011 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DB367C
Complementary color
Monochromatic Colors of #DB367C
Black with #DB367C
Text Example
Text Example
White with #DB367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB367C; }
p { color: rgb(219,54,124); }
H1.HeaderClassName
{
color: #DB367C;
}
.AnyTagClassName
{
color: #DB367C;
}
</style>
background-color css
<style>
a { background-color: #DB367C; }
a { background-color: rgb(219,54,124); }
div.DivClassName
{
background-color: #DB367C;
}
.BgClassName
{
background-color: #DB367C;
}
</style>
border-color css
<style>
span { border-color: #DB367C; }
span { border-color: rgb(219,54,124); }
td.TdClassName
{
border-color: #DB367C;
}
.TagClassName
{
border-color: #DB367C;
}
</style>