Shades of Deep Cerise #DB3684
Tints of Deep Cerise #DB3684
RGB
CMYK
RGB Variations
Color information
#DB3684 (or 0xDB3684) is known color: Deep Cerise. HEX triplet: DB, 36 and 84. RGB value is (219,54,132). Sum of RGB (Red+Green+Blue) = 219+54+132=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3684 is #24C97B. Grayscale: #707070. Windows color (decimal): -2410876 or 8664795. OLE color: 8664795.
HSL color Cylindrical-coordinate representation of color #DB3684: hue angle of 331.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 #DB3684 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 132 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.14 |
| HSL | 331.64º | 0.7% | 0.54% | - |
| HSV(B) | 331.64º | 0.75% | 0.86% | - |
| XYZ | 34.7 | 19.36 | 23.74 | - |
| YUV | 112.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 132 | 0 | 0.75 | 0.40 | 0.14 | 331.64 | 0.7 | 0.54 |
| Hex | DB | 36 | 84 | 0 | 4B | 28 | E | 14C | 46 | 36 |
| Octal | 333 | 66 | 204 | 0 | 113 | 50 | 16 | 514 | 106 | 66 |
| Binary | 11011011 | 110110 | 10000100 | 0 | 1001011 | 101000 | 1110 | 101001100 | 1000110 | 110110 |
Color Harmonies of #DB3684
Complementary color
Monochromatic Colors of #DB3684
Black with #DB3684
Text Example
Text Example
White with #DB3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3684; }
p { color: rgb(219,54,132); }
H1.HeaderClassName
{
color: #DB3684;
}
.AnyTagClassName
{
color: #DB3684;
}
</style>
background-color css
<style>
a { background-color: #DB3684; }
a { background-color: rgb(219,54,132); }
div.DivClassName
{
background-color: #DB3684;
}
.BgClassName
{
background-color: #DB3684;
}
</style>
border-color css
<style>
span { border-color: #DB3684; }
span { border-color: rgb(219,54,132); }
td.TdClassName
{
border-color: #DB3684;
}
.TagClassName
{
border-color: #DB3684;
}
</style>