Shades of Deep Magenta #D91FDD
Tints of Deep Magenta #D91FDD
RGB
CMYK
RGB Variations
Color information
#D91FDD (or 0xD91FDD) is known color: Deep Magenta. HEX triplet: D9, 1F and DD. RGB value is (217,31,221). Sum of RGB (Red+Green+Blue) = 217+31+221=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #D91FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91FDD is #26E022. Grayscale: #6B6B6B. Windows color (decimal): -2547747 or 14491609. OLE color: 14491609.
HSL color Cylindrical-coordinate representation of color #D91FDD: hue angle of 298.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FDD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 31 | 221 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.74º | 0.75% | 0.49% | - |
| HSV(B) | 298.74º | 0.86% | 0.87% | - |
| XYZ | 42.16 | 20.95 | 70.23 | - |
| YUV | 108.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 221 | 0.02 | 0.86 | 0 | 0.13 | 298.74 | 0.75 | 0.49 |
| Hex | D9 | 1F | DD | 2 | 56 | 0 | D | 12B | 4B | 31 |
| Octal | 331 | 37 | 335 | 2 | 126 | 0 | 15 | 453 | 113 | 61 |
| Binary | 11011001 | 11111 | 11011101 | 10 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110001 |
Color Harmonies of #D91FDD
Complementary color
Monochromatic Colors of #D91FDD
Black with #D91FDD
Text Example
Text Example
White with #D91FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FDD; }
p { color: rgb(217,31,221); }
H1.HeaderClassName
{
color: #D91FDD;
}
.AnyTagClassName
{
color: #D91FDD;
}
</style>
background-color css
<style>
a { background-color: #D91FDD; }
a { background-color: rgb(217,31,221); }
div.DivClassName
{
background-color: #D91FDD;
}
.BgClassName
{
background-color: #D91FDD;
}
</style>
border-color css
<style>
span { border-color: #D91FDD; }
span { border-color: rgb(217,31,221); }
td.TdClassName
{
border-color: #D91FDD;
}
.TagClassName
{
border-color: #D91FDD;
}
</style>