Shades of Deep Magenta #DB17CF
Tints of Deep Magenta #DB17CF
RGB
CMYK
RGB Variations
Color information
#DB17CF (or 0xDB17CF) is known color: Deep Magenta. HEX triplet: DB, 17 and CF. RGB value is (219,23,207). Sum of RGB (Red+Green+Blue) = 219+23+207=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17CF is #24E830. Grayscale: #666666. Windows color (decimal): -2418737 or 13572059. OLE color: 13572059.
HSL color Cylindrical-coordinate representation of color #DB17CF: hue angle of 303.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB17CF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 207 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.14 |
| HSL | 303.67º | 0.81% | 0.47% | - |
| HSV(B) | 303.67º | 0.89% | 0.86% | - |
| XYZ | 40.78 | 20.18 | 60.78 | - |
| YUV | 102.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 207 | 0 | 0.89 | 0.05 | 0.14 | 303.67 | 0.81 | 0.47 |
| Hex | DB | 17 | CF | 0 | 59 | 5 | E | 130 | 51 | 2F |
| Octal | 333 | 27 | 317 | 0 | 131 | 5 | 16 | 460 | 121 | 57 |
| Binary | 11011011 | 10111 | 11001111 | 0 | 1011001 | 101 | 1110 | 100110000 | 1010001 | 101111 |
Color Harmonies of #DB17CF
Complementary color
Monochromatic Colors of #DB17CF
Black with #DB17CF
Text Example
Text Example
White with #DB17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17CF; }
p { color: rgb(219,23,207); }
H1.HeaderClassName
{
color: #DB17CF;
}
.AnyTagClassName
{
color: #DB17CF;
}
</style>
background-color css
<style>
a { background-color: #DB17CF; }
a { background-color: rgb(219,23,207); }
div.DivClassName
{
background-color: #DB17CF;
}
.BgClassName
{
background-color: #DB17CF;
}
</style>
border-color css
<style>
span { border-color: #DB17CF; }
span { border-color: rgb(219,23,207); }
td.TdClassName
{
border-color: #DB17CF;
}
.TagClassName
{
border-color: #DB17CF;
}
</style>