Shades of Deep Cerise #DB367F
Tints of Deep Cerise #DB367F
RGB
CMYK
RGB Variations
Color information
#DB367F (or 0xDB367F) is known color: Deep Cerise. HEX triplet: DB, 36 and 7F. RGB value is (219,54,127). Sum of RGB (Red+Green+Blue) = 219+54+127=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB367F is #24C980. Grayscale: #6F6F6F. Windows color (decimal): -2410881 or 8337115. OLE color: 8337115.
HSL color Cylindrical-coordinate representation of color #DB367F: hue angle of 333.45º 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 #DB367F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 127 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.14 |
| HSL | 333.45º | 0.7% | 0.54% | - |
| HSV(B) | 333.45º | 0.75% | 0.86% | - |
| XYZ | 34.36 | 19.23 | 21.98 | - |
| YUV | 111.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 127 | 0 | 0.75 | 0.42 | 0.14 | 333.45 | 0.7 | 0.54 |
| Hex | DB | 36 | 7F | 0 | 4B | 2A | E | 14D | 46 | 36 |
| Octal | 333 | 66 | 177 | 0 | 113 | 52 | 16 | 515 | 106 | 66 |
| Binary | 11011011 | 110110 | 1111111 | 0 | 1001011 | 101010 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DB367F
Complementary color
Monochromatic Colors of #DB367F
Black with #DB367F
Text Example
Text Example
White with #DB367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB367F; }
p { color: rgb(219,54,127); }
H1.HeaderClassName
{
color: #DB367F;
}
.AnyTagClassName
{
color: #DB367F;
}
</style>
background-color css
<style>
a { background-color: #DB367F; }
a { background-color: rgb(219,54,127); }
div.DivClassName
{
background-color: #DB367F;
}
.BgClassName
{
background-color: #DB367F;
}
</style>
border-color css
<style>
span { border-color: #DB367F; }
span { border-color: rgb(219,54,127); }
td.TdClassName
{
border-color: #DB367F;
}
.TagClassName
{
border-color: #DB367F;
}
</style>