Shades of Deep Cerise #DB36A1
Tints of Deep Cerise #DB36A1
RGB
CMYK
RGB Variations
Color information
#DB36A1 (or 0xDB36A1) is known color: Deep Cerise. HEX triplet: DB, 36 and A1. RGB value is (219,54,161). Sum of RGB (Red+Green+Blue) = 219+54+161=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36A1 is #24C95E. Grayscale: #737373. Windows color (decimal): -2410847 or 10565339. OLE color: 10565339.
HSL color Cylindrical-coordinate representation of color #DB36A1: hue angle of 321.09º 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 #DB36A1 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 161 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.14 |
| HSL | 321.09º | 0.7% | 0.54% | - |
| HSV(B) | 321.09º | 0.75% | 0.86% | - |
| XYZ | 36.97 | 20.27 | 35.68 | - |
| YUV | 115.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 161 | 0 | 0.75 | 0.26 | 0.14 | 321.09 | 0.7 | 0.54 |
| Hex | DB | 36 | A1 | 0 | 4B | 1A | E | 141 | 46 | 36 |
| Octal | 333 | 66 | 241 | 0 | 113 | 32 | 16 | 501 | 106 | 66 |
| Binary | 11011011 | 110110 | 10100001 | 0 | 1001011 | 11010 | 1110 | 101000001 | 1000110 | 110110 |
Color Harmonies of #DB36A1
Complementary color
Monochromatic Colors of #DB36A1
Black with #DB36A1
Text Example
Text Example
White with #DB36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36A1; }
p { color: rgb(219,54,161); }
H1.HeaderClassName
{
color: #DB36A1;
}
.AnyTagClassName
{
color: #DB36A1;
}
</style>
background-color css
<style>
a { background-color: #DB36A1; }
a { background-color: rgb(219,54,161); }
div.DivClassName
{
background-color: #DB36A1;
}
.BgClassName
{
background-color: #DB36A1;
}
</style>
border-color css
<style>
span { border-color: #DB36A1; }
span { border-color: rgb(219,54,161); }
td.TdClassName
{
border-color: #DB36A1;
}
.TagClassName
{
border-color: #DB36A1;
}
</style>