Shades of Deep Magenta #D917D3
Tints of Deep Magenta #D917D3
RGB
CMYK
RGB Variations
Color information
#D917D3 (or 0xD917D3) is known color: Deep Magenta. HEX triplet: D9, 17 and D3. RGB value is (217,23,211). Sum of RGB (Red+Green+Blue) = 217+23+211=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D917D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917D3 is #26E82C. Grayscale: #656565. Windows color (decimal): -2549805 or 13834201. OLE color: 13834201.
HSL color Cylindrical-coordinate representation of color #D917D3: hue angle of 301.86º 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 #D917D3 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 211 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.15 |
| HSL | 301.86º | 0.81% | 0.47% | - |
| HSV(B) | 301.86º | 0.89% | 0.85% | - |
| XYZ | 40.68 | 20.07 | 63.36 | - |
| YUV | 102.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 211 | 0 | 0.89 | 0.03 | 0.15 | 301.86 | 0.81 | 0.47 |
| Hex | D9 | 17 | D3 | 0 | 59 | 3 | F | 12E | 51 | 2F |
| Octal | 331 | 27 | 323 | 0 | 131 | 3 | 17 | 456 | 121 | 57 |
| Binary | 11011001 | 10111 | 11010011 | 0 | 1011001 | 11 | 1111 | 100101110 | 1010001 | 101111 |
Color Harmonies of #D917D3
Complementary color
Monochromatic Colors of #D917D3
Black with #D917D3
Text Example
Text Example
White with #D917D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917D3; }
p { color: rgb(217,23,211); }
H1.HeaderClassName
{
color: #D917D3;
}
.AnyTagClassName
{
color: #D917D3;
}
</style>
background-color css
<style>
a { background-color: #D917D3; }
a { background-color: rgb(217,23,211); }
div.DivClassName
{
background-color: #D917D3;
}
.BgClassName
{
background-color: #D917D3;
}
</style>
border-color css
<style>
span { border-color: #D917D3; }
span { border-color: rgb(217,23,211); }
td.TdClassName
{
border-color: #D917D3;
}
.TagClassName
{
border-color: #D917D3;
}
</style>