Shades of Deep Cerise #DB369C
Tints of Deep Cerise #DB369C
RGB
CMYK
RGB Variations
Color information
#DB369C (or 0xDB369C) is known color: Deep Cerise. HEX triplet: DB, 36 and 9C. RGB value is (219,54,156). Sum of RGB (Red+Green+Blue) = 219+54+156=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB369C is #24C963. Grayscale: #727272. Windows color (decimal): -2410852 or 10237659. OLE color: 10237659.
HSL color Cylindrical-coordinate representation of color #DB369C: hue angle of 322.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 #DB369C is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 156 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.14 |
| HSL | 322.91º | 0.7% | 0.54% | - |
| HSV(B) | 322.91º | 0.75% | 0.86% | - |
| XYZ | 36.53 | 20.1 | 33.41 | - |
| YUV | 114.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 156 | 0 | 0.75 | 0.29 | 0.14 | 322.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 9C | 0 | 4B | 1D | E | 143 | 46 | 36 |
| Octal | 333 | 66 | 234 | 0 | 113 | 35 | 16 | 503 | 106 | 66 |
| Binary | 11011011 | 110110 | 10011100 | 0 | 1001011 | 11101 | 1110 | 101000011 | 1000110 | 110110 |
Color Harmonies of #DB369C
Complementary color
Monochromatic Colors of #DB369C
Black with #DB369C
Text Example
Text Example
White with #DB369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB369C; }
p { color: rgb(219,54,156); }
H1.HeaderClassName
{
color: #DB369C;
}
.AnyTagClassName
{
color: #DB369C;
}
</style>
background-color css
<style>
a { background-color: #DB369C; }
a { background-color: rgb(219,54,156); }
div.DivClassName
{
background-color: #DB369C;
}
.BgClassName
{
background-color: #DB369C;
}
</style>
border-color css
<style>
span { border-color: #DB369C; }
span { border-color: rgb(219,54,156); }
td.TdClassName
{
border-color: #DB369C;
}
.TagClassName
{
border-color: #DB369C;
}
</style>