Shades of Deep Cerise #DB367B
Tints of Deep Cerise #DB367B
RGB
CMYK
RGB Variations
Color information
#DB367B (or 0xDB367B) is known color: Deep Cerise. HEX triplet: DB, 36 and 7B. RGB value is (219,54,123). Sum of RGB (Red+Green+Blue) = 219+54+123=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB367B is #24C984. Grayscale: #6F6F6F. Windows color (decimal): -2410885 or 8074971. OLE color: 8074971.
HSL color Cylindrical-coordinate representation of color #DB367B: hue angle of 334.91º 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 #DB367B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 123 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.14 |
| HSL | 334.91º | 0.7% | 0.54% | - |
| HSV(B) | 334.91º | 0.75% | 0.86% | - |
| XYZ | 34.11 | 19.13 | 20.63 | - |
| YUV | 111.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 123 | 0 | 0.75 | 0.44 | 0.14 | 334.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 7B | 0 | 4B | 2C | E | 14F | 46 | 36 |
| Octal | 333 | 66 | 173 | 0 | 113 | 54 | 16 | 517 | 106 | 66 |
| Binary | 11011011 | 110110 | 1111011 | 0 | 1001011 | 101100 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DB367B
Complementary color
Monochromatic Colors of #DB367B
Black with #DB367B
Text Example
Text Example
White with #DB367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB367B; }
p { color: rgb(219,54,123); }
H1.HeaderClassName
{
color: #DB367B;
}
.AnyTagClassName
{
color: #DB367B;
}
</style>
background-color css
<style>
a { background-color: #DB367B; }
a { background-color: rgb(219,54,123); }
div.DivClassName
{
background-color: #DB367B;
}
.BgClassName
{
background-color: #DB367B;
}
</style>
border-color css
<style>
span { border-color: #DB367B; }
span { border-color: rgb(219,54,123); }
td.TdClassName
{
border-color: #DB367B;
}
.TagClassName
{
border-color: #DB367B;
}
</style>