Shades of Deep Cerise #DB3886
Tints of Deep Cerise #DB3886
RGB
CMYK
RGB Variations
Color information
#DB3886 (or 0xDB3886) is known color: Deep Cerise. HEX triplet: DB, 38 and 86. RGB value is (219,56,134). Sum of RGB (Red+Green+Blue) = 219+56+134=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3886 is #24C779. Grayscale: #717171. Windows color (decimal): -2410362 or 8796379. OLE color: 8796379.
HSL color Cylindrical-coordinate representation of color #DB3886: hue angle of 331.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3886 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 134 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.14 |
| HSL | 331.29º | 0.69% | 0.54% | - |
| HSV(B) | 331.29º | 0.74% | 0.86% | - |
| XYZ | 34.93 | 19.61 | 24.5 | - |
| YUV | 113.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 134 | 0 | 0.74 | 0.39 | 0.14 | 331.29 | 0.69 | 0.54 |
| Hex | DB | 38 | 86 | 0 | 4A | 27 | E | 14B | 45 | 36 |
| Octal | 333 | 70 | 206 | 0 | 112 | 47 | 16 | 513 | 105 | 66 |
| Binary | 11011011 | 111000 | 10000110 | 0 | 1001010 | 100111 | 1110 | 101001011 | 1000101 | 110110 |
Color Harmonies of #DB3886
Complementary color
Monochromatic Colors of #DB3886
Black with #DB3886
Text Example
Text Example
White with #DB3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3886; }
p { color: rgb(219,56,134); }
H1.HeaderClassName
{
color: #DB3886;
}
.AnyTagClassName
{
color: #DB3886;
}
</style>
background-color css
<style>
a { background-color: #DB3886; }
a { background-color: rgb(219,56,134); }
div.DivClassName
{
background-color: #DB3886;
}
.BgClassName
{
background-color: #DB3886;
}
</style>
border-color css
<style>
span { border-color: #DB3886; }
span { border-color: rgb(219,56,134); }
td.TdClassName
{
border-color: #DB3886;
}
.TagClassName
{
border-color: #DB3886;
}
</style>