Shades of Deep Magenta #D91DDD
Tints of Deep Magenta #D91DDD
RGB
CMYK
RGB Variations
Color information
#D91DDD (or 0xD91DDD) is known color: Deep Magenta. HEX triplet: D9, 1D and DD. RGB value is (217,29,221). Sum of RGB (Red+Green+Blue) = 217+29+221=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D91DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DDD is #26E222. Grayscale: #6A6A6A. Windows color (decimal): -2548259 or 14491097. OLE color: 14491097.
HSL color Cylindrical-coordinate representation of color #D91DDD: hue angle of 298.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DDD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 29 | 221 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.13 |
| HSL | 298.75º | 0.77% | 0.49% | - |
| HSV(B) | 298.75º | 0.87% | 0.87% | - |
| XYZ | 42.11 | 20.85 | 70.21 | - |
| YUV | 107.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 221 | 0.02 | 0.87 | 0 | 0.13 | 298.75 | 0.77 | 0.49 |
| Hex | D9 | 1D | DD | 2 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 331 | 35 | 335 | 2 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011001 | 11101 | 11011101 | 10 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #D91DDD
Complementary color
Monochromatic Colors of #D91DDD
Black with #D91DDD
Text Example
Text Example
White with #D91DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DDD; }
p { color: rgb(217,29,221); }
H1.HeaderClassName
{
color: #D91DDD;
}
.AnyTagClassName
{
color: #D91DDD;
}
</style>
background-color css
<style>
a { background-color: #D91DDD; }
a { background-color: rgb(217,29,221); }
div.DivClassName
{
background-color: #D91DDD;
}
.BgClassName
{
background-color: #D91DDD;
}
</style>
border-color css
<style>
span { border-color: #D91DDD; }
span { border-color: rgb(217,29,221); }
td.TdClassName
{
border-color: #D91DDD;
}
.TagClassName
{
border-color: #D91DDD;
}
</style>