Shades of Deep Cerise #DB369A
Tints of Deep Cerise #DB369A
RGB
CMYK
RGB Variations
Color information
#DB369A (or 0xDB369A) is known color: Deep Cerise. HEX triplet: DB, 36 and 9A. RGB value is (219,54,154). Sum of RGB (Red+Green+Blue) = 219+54+154=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB369A is #24C965. Grayscale: #727272. Windows color (decimal): -2410854 or 10106587. OLE color: 10106587.
HSL color Cylindrical-coordinate representation of color #DB369A: hue angle of 323.64º 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 #DB369A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 154 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.14 |
| HSL | 323.64º | 0.7% | 0.54% | - |
| HSV(B) | 323.64º | 0.75% | 0.86% | - |
| XYZ | 36.37 | 20.03 | 32.52 | - |
| YUV | 114.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 154 | 0 | 0.75 | 0.30 | 0.14 | 323.64 | 0.7 | 0.54 |
| Hex | DB | 36 | 9A | 0 | 4B | 1E | E | 144 | 46 | 36 |
| Octal | 333 | 66 | 232 | 0 | 113 | 36 | 16 | 504 | 106 | 66 |
| Binary | 11011011 | 110110 | 10011010 | 0 | 1001011 | 11110 | 1110 | 101000100 | 1000110 | 110110 |
Color Harmonies of #DB369A
Complementary color
Monochromatic Colors of #DB369A
Black with #DB369A
Text Example
Text Example
White with #DB369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB369A; }
p { color: rgb(219,54,154); }
H1.HeaderClassName
{
color: #DB369A;
}
.AnyTagClassName
{
color: #DB369A;
}
</style>
background-color css
<style>
a { background-color: #DB369A; }
a { background-color: rgb(219,54,154); }
div.DivClassName
{
background-color: #DB369A;
}
.BgClassName
{
background-color: #DB369A;
}
</style>
border-color css
<style>
span { border-color: #DB369A; }
span { border-color: rgb(219,54,154); }
td.TdClassName
{
border-color: #DB369A;
}
.TagClassName
{
border-color: #DB369A;
}
</style>