Shades of Deep Magenta #D817D3
Tints of Deep Magenta #D817D3
RGB
CMYK
RGB Variations
Color information
#D817D3 (or 0xD817D3) is known color: Deep Magenta. HEX triplet: D8, 17 and D3. RGB value is (216,23,211). Sum of RGB (Red+Green+Blue) = 216+23+211=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D817D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817D3 is #27E82C. Grayscale: #656565. Windows color (decimal): -2615341 or 13834200. OLE color: 13834200.
HSL color Cylindrical-coordinate representation of color #D817D3: hue angle of 301.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817D3 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 211 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.15 |
| HSL | 301.55º | 0.81% | 0.47% | - |
| HSV(B) | 301.55º | 0.89% | 0.85% | - |
| XYZ | 40.38 | 19.91 | 63.34 | - |
| YUV | 102.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 211 | 0 | 0.89 | 0.02 | 0.15 | 301.55 | 0.81 | 0.47 |
| Hex | D8 | 17 | D3 | 0 | 59 | 2 | F | 12E | 51 | 2F |
| Octal | 330 | 27 | 323 | 0 | 131 | 2 | 17 | 456 | 121 | 57 |
| Binary | 11011000 | 10111 | 11010011 | 0 | 1011001 | 10 | 1111 | 100101110 | 1010001 | 101111 |
Color Harmonies of #D817D3
Complementary color
Monochromatic Colors of #D817D3
Black with #D817D3
Text Example
Text Example
White with #D817D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817D3; }
p { color: rgb(216,23,211); }
H1.HeaderClassName
{
color: #D817D3;
}
.AnyTagClassName
{
color: #D817D3;
}
</style>
background-color css
<style>
a { background-color: #D817D3; }
a { background-color: rgb(216,23,211); }
div.DivClassName
{
background-color: #D817D3;
}
.BgClassName
{
background-color: #D817D3;
}
</style>
border-color css
<style>
span { border-color: #D817D3; }
span { border-color: rgb(216,23,211); }
td.TdClassName
{
border-color: #D817D3;
}
.TagClassName
{
border-color: #D817D3;
}
</style>