Shades of Deep Magenta #DB0ACF
Tints of Deep Magenta #DB0ACF
RGB
CMYK
RGB Variations
Color information
#DB0ACF (or 0xDB0ACF) is known color: Deep Magenta. HEX triplet: DB, 0A and CF. RGB value is (219,10,207). Sum of RGB (Red+Green+Blue) = 219+10+207=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ACF is #24F530. Grayscale: #5E5E5E. Windows color (decimal): -2422065 or 13568731. OLE color: 13568731.
HSL color Cylindrical-coordinate representation of color #DB0ACF: hue angle of 303.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0ACF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 207 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.14 |
| HSL | 303.45º | 0.91% | 0.45% | - |
| HSV(B) | 303.45º | 0.95% | 0.86% | - |
| XYZ | 40.58 | 19.78 | 60.71 | - |
| YUV | 94.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 207 | 0 | 0.95 | 0.05 | 0.14 | 303.45 | 0.91 | 0.45 |
| Hex | DB | A | CF | 0 | 5F | 5 | E | 12F | 5B | 2D |
| Octal | 333 | 12 | 317 | 0 | 137 | 5 | 16 | 457 | 133 | 55 |
| Binary | 11011011 | 1010 | 11001111 | 0 | 1011111 | 101 | 1110 | 100101111 | 1011011 | 101101 |
Color Harmonies of #DB0ACF
Complementary color
Monochromatic Colors of #DB0ACF
Black with #DB0ACF
Text Example
Text Example
White with #DB0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ACF; }
p { color: rgb(219,10,207); }
H1.HeaderClassName
{
color: #DB0ACF;
}
.AnyTagClassName
{
color: #DB0ACF;
}
</style>
background-color css
<style>
a { background-color: #DB0ACF; }
a { background-color: rgb(219,10,207); }
div.DivClassName
{
background-color: #DB0ACF;
}
.BgClassName
{
background-color: #DB0ACF;
}
</style>
border-color css
<style>
span { border-color: #DB0ACF; }
span { border-color: rgb(219,10,207); }
td.TdClassName
{
border-color: #DB0ACF;
}
.TagClassName
{
border-color: #DB0ACF;
}
</style>