Shades of Deep Cerise #DB4386
Tints of Deep Cerise #DB4386
RGB
CMYK
RGB Variations
Color information
#DB4386 (or 0xDB4386) is known color: Deep Cerise. HEX triplet: DB, 43 and 86. RGB value is (219,67,134). Sum of RGB (Red+Green+Blue) = 219+67+134=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4386 is #24BC79. Grayscale: #777777. Windows color (decimal): -2407546 or 8799195. OLE color: 8799195.
HSL color Cylindrical-coordinate representation of color #DB4386: hue angle of 333.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4386 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 134 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.14 |
| HSL | 333.55º | 0.68% | 0.56% | - |
| HSV(B) | 333.55º | 0.69% | 0.86% | - |
| XYZ | 35.52 | 20.8 | 24.7 | - |
| YUV | 120.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 134 | 0 | 0.69 | 0.39 | 0.14 | 333.55 | 0.68 | 0.56 |
| Hex | DB | 43 | 86 | 0 | 45 | 27 | E | 14E | 44 | 38 |
| Octal | 333 | 103 | 206 | 0 | 105 | 47 | 16 | 516 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10000110 | 0 | 1000101 | 100111 | 1110 | 101001110 | 1000100 | 111000 |
Color Harmonies of #DB4386
Complementary color
Monochromatic Colors of #DB4386
Black with #DB4386
Text Example
Text Example
White with #DB4386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4386; }
p { color: rgb(219,67,134); }
H1.HeaderClassName
{
color: #DB4386;
}
.AnyTagClassName
{
color: #DB4386;
}
</style>
background-color css
<style>
a { background-color: #DB4386; }
a { background-color: rgb(219,67,134); }
div.DivClassName
{
background-color: #DB4386;
}
.BgClassName
{
background-color: #DB4386;
}
</style>
border-color css
<style>
span { border-color: #DB4386; }
span { border-color: rgb(219,67,134); }
td.TdClassName
{
border-color: #DB4386;
}
.TagClassName
{
border-color: #DB4386;
}
</style>