Shades of Deep Magenta #D017BD
Tints of Deep Magenta #D017BD
RGB
CMYK
RGB Variations
Color information
#D017BD (or 0xD017BD) is known color: Deep Magenta. HEX triplet: D0, 17 and BD. RGB value is (208,23,189). Sum of RGB (Red+Green+Blue) = 208+23+189=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D017BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017BD is #2FE842. Grayscale: #606060. Windows color (decimal): -3139651 or 12392400. OLE color: 12392400.
HSL color Cylindrical-coordinate representation of color #D017BD: hue angle of 306.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D017BD is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.18 |
| HSL | 306.16º | 0.8% | 0.45% | - |
| HSV(B) | 306.16º | 0.89% | 0.82% | - |
| XYZ | 35.5 | 17.7 | 49.69 | - |
| YUV | 97.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 189 | 0 | 0.89 | 0.09 | 0.18 | 306.16 | 0.8 | 0.45 |
| Hex | D0 | 17 | BD | 0 | 59 | 9 | 12 | 132 | 50 | 2D |
| Octal | 320 | 27 | 275 | 0 | 131 | 11 | 22 | 462 | 120 | 55 |
| Binary | 11010000 | 10111 | 10111101 | 0 | 1011001 | 1001 | 10010 | 100110010 | 1010000 | 101101 |
Color Harmonies of #D017BD
Complementary color
Monochromatic Colors of #D017BD
Black with #D017BD
Text Example
Text Example
White with #D017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017BD; }
p { color: rgb(208,23,189); }
H1.HeaderClassName
{
color: #D017BD;
}
.AnyTagClassName
{
color: #D017BD;
}
</style>
background-color css
<style>
a { background-color: #D017BD; }
a { background-color: rgb(208,23,189); }
div.DivClassName
{
background-color: #D017BD;
}
.BgClassName
{
background-color: #D017BD;
}
</style>
border-color css
<style>
span { border-color: #D017BD; }
span { border-color: rgb(208,23,189); }
td.TdClassName
{
border-color: #D017BD;
}
.TagClassName
{
border-color: #D017BD;
}
</style>