Shades of Deep Cerise #DB3D82
Tints of Deep Cerise #DB3D82
RGB
CMYK
RGB Variations
Color information
#DB3D82 (or 0xDB3D82) is known color: Deep Cerise. HEX triplet: DB, 3D and 82. RGB value is (219,61,130). Sum of RGB (Red+Green+Blue) = 219+61+130=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D82 is #24C27D. Grayscale: #737373. Windows color (decimal): -2409086 or 8535515. OLE color: 8535515.
HSL color Cylindrical-coordinate representation of color #DB3D82: hue angle of 333.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D82 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 130 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.14 |
| HSL | 333.8º | 0.69% | 0.55% | - |
| HSV(B) | 333.8º | 0.72% | 0.86% | - |
| XYZ | 34.91 | 20.01 | 23.14 | - |
| YUV | 116.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 130 | 0 | 0.72 | 0.41 | 0.14 | 333.8 | 0.69 | 0.55 |
| Hex | DB | 3D | 82 | 0 | 48 | 29 | E | 14E | 45 | 37 |
| Octal | 333 | 75 | 202 | 0 | 110 | 51 | 16 | 516 | 105 | 67 |
| Binary | 11011011 | 111101 | 10000010 | 0 | 1001000 | 101001 | 1110 | 101001110 | 1000101 | 110111 |
Color Harmonies of #DB3D82
Complementary color
Monochromatic Colors of #DB3D82
Black with #DB3D82
Text Example
Text Example
White with #DB3D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D82; }
p { color: rgb(219,61,130); }
H1.HeaderClassName
{
color: #DB3D82;
}
.AnyTagClassName
{
color: #DB3D82;
}
</style>
background-color css
<style>
a { background-color: #DB3D82; }
a { background-color: rgb(219,61,130); }
div.DivClassName
{
background-color: #DB3D82;
}
.BgClassName
{
background-color: #DB3D82;
}
</style>
border-color css
<style>
span { border-color: #DB3D82; }
span { border-color: rgb(219,61,130); }
td.TdClassName
{
border-color: #DB3D82;
}
.TagClassName
{
border-color: #DB3D82;
}
</style>