Shades of Deep Cerise #DB3682
Tints of Deep Cerise #DB3682
RGB
CMYK
RGB Variations
Color information
#DB3682 (or 0xDB3682) is known color: Deep Cerise. HEX triplet: DB, 36 and 82. RGB value is (219,54,130). Sum of RGB (Red+Green+Blue) = 219+54+130=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3682 is #24C97D. Grayscale: #6F6F6F. Windows color (decimal): -2410878 or 8533723. OLE color: 8533723.
HSL color Cylindrical-coordinate representation of color #DB3682: hue angle of 332.36º 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 #DB3682 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 130 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.14 |
| HSL | 332.36º | 0.7% | 0.54% | - |
| HSV(B) | 332.36º | 0.75% | 0.86% | - |
| XYZ | 34.56 | 19.31 | 23.02 | - |
| YUV | 112 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 130 | 0 | 0.75 | 0.41 | 0.14 | 332.36 | 0.7 | 0.54 |
| Hex | DB | 36 | 82 | 0 | 4B | 29 | E | 14C | 46 | 36 |
| Octal | 333 | 66 | 202 | 0 | 113 | 51 | 16 | 514 | 106 | 66 |
| Binary | 11011011 | 110110 | 10000010 | 0 | 1001011 | 101001 | 1110 | 101001100 | 1000110 | 110110 |
Color Harmonies of #DB3682
Complementary color
Monochromatic Colors of #DB3682
Black with #DB3682
Text Example
Text Example
White with #DB3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3682; }
p { color: rgb(219,54,130); }
H1.HeaderClassName
{
color: #DB3682;
}
.AnyTagClassName
{
color: #DB3682;
}
</style>
background-color css
<style>
a { background-color: #DB3682; }
a { background-color: rgb(219,54,130); }
div.DivClassName
{
background-color: #DB3682;
}
.BgClassName
{
background-color: #DB3682;
}
</style>
border-color css
<style>
span { border-color: #DB3682; }
span { border-color: rgb(219,54,130); }
td.TdClassName
{
border-color: #DB3682;
}
.TagClassName
{
border-color: #DB3682;
}
</style>