Shades of Deep Magenta #DB08DF
Tints of Deep Magenta #DB08DF
RGB
CMYK
RGB Variations
Color information
#DB08DF (or 0xDB08DF) is known color: Deep Magenta. HEX triplet: DB, 08 and DF. RGB value is (219,8,223). Sum of RGB (Red+Green+Blue) = 219+8+223=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08DF is #24F720. Grayscale: #5E5E5E. Windows color (decimal): -2422561 or 14616795. OLE color: 14616795.
HSL color Cylindrical-coordinate representation of color #DB08DF: hue angle of 298.88º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08DF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 8 | 223 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.13 |
| HSL | 298.88º | 0.93% | 0.45% | - |
| HSV(B) | 298.88º | 0.96% | 0.87% | - |
| XYZ | 42.62 | 20.56 | 71.53 | - |
| YUV | 95.6 | 199.9 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 223 | 0.02 | 0.96 | 0 | 0.13 | 298.88 | 0.93 | 0.45 |
| Hex | DB | 8 | DF | 2 | 60 | 0 | D | 12B | 5D | 2D |
| Octal | 333 | 10 | 337 | 2 | 140 | 0 | 15 | 453 | 135 | 55 |
| Binary | 11011011 | 1000 | 11011111 | 10 | 1100000 | 0 | 1101 | 100101011 | 1011101 | 101101 |
Color Harmonies of #DB08DF
Complementary color
Monochromatic Colors of #DB08DF
Black with #DB08DF
Text Example
Text Example
White with #DB08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08DF; }
p { color: rgb(219,8,223); }
H1.HeaderClassName
{
color: #DB08DF;
}
.AnyTagClassName
{
color: #DB08DF;
}
</style>
background-color css
<style>
a { background-color: #DB08DF; }
a { background-color: rgb(219,8,223); }
div.DivClassName
{
background-color: #DB08DF;
}
.BgClassName
{
background-color: #DB08DF;
}
</style>
border-color css
<style>
span { border-color: #DB08DF; }
span { border-color: rgb(219,8,223); }
td.TdClassName
{
border-color: #DB08DF;
}
.TagClassName
{
border-color: #DB08DF;
}
</style>