Shades of Deep Cerise #DB3681
Tints of Deep Cerise #DB3681
RGB
CMYK
RGB Variations
Color information
#DB3681 (or 0xDB3681) is known color: Deep Cerise. HEX triplet: DB, 36 and 81. RGB value is (219,54,129). Sum of RGB (Red+Green+Blue) = 219+54+129=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3681 is #24C97E. Grayscale: #6F6F6F. Windows color (decimal): -2410879 or 8468187. OLE color: 8468187.
HSL color Cylindrical-coordinate representation of color #DB3681: hue angle of 332.73º 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 #DB3681 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 129 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.14 |
| HSL | 332.73º | 0.7% | 0.54% | - |
| HSV(B) | 332.73º | 0.75% | 0.86% | - |
| XYZ | 34.5 | 19.28 | 22.67 | - |
| YUV | 111.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 129 | 0 | 0.75 | 0.41 | 0.14 | 332.73 | 0.7 | 0.54 |
| Hex | DB | 36 | 81 | 0 | 4B | 29 | E | 14D | 46 | 36 |
| Octal | 333 | 66 | 201 | 0 | 113 | 51 | 16 | 515 | 106 | 66 |
| Binary | 11011011 | 110110 | 10000001 | 0 | 1001011 | 101001 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DB3681
Complementary color
Monochromatic Colors of #DB3681
Black with #DB3681
Text Example
Text Example
White with #DB3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3681; }
p { color: rgb(219,54,129); }
H1.HeaderClassName
{
color: #DB3681;
}
.AnyTagClassName
{
color: #DB3681;
}
</style>
background-color css
<style>
a { background-color: #DB3681; }
a { background-color: rgb(219,54,129); }
div.DivClassName
{
background-color: #DB3681;
}
.BgClassName
{
background-color: #DB3681;
}
</style>
border-color css
<style>
span { border-color: #DB3681; }
span { border-color: rgb(219,54,129); }
td.TdClassName
{
border-color: #DB3681;
}
.TagClassName
{
border-color: #DB3681;
}
</style>