Shades of Deep Magenta #D91DDA
Tints of Deep Magenta #D91DDA
RGB
CMYK
RGB Variations
Color information
#D91DDA (or 0xD91DDA) is known color: Deep Magenta. HEX triplet: D9, 1D and DA. RGB value is (217,29,218). Sum of RGB (Red+Green+Blue) = 217+29+218=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #D91DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DDA is #26E225. Grayscale: #6A6A6A. Windows color (decimal): -2548262 or 14294489. OLE color: 14294489.
HSL color Cylindrical-coordinate representation of color #D91DDA: hue angle of 299.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DDA is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 218 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.15 |
| HSL | 299.68º | 0.77% | 0.48% | - |
| HSV(B) | 299.68º | 0.87% | 0.85% | - |
| XYZ | 41.71 | 20.69 | 68.13 | - |
| YUV | 106.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 218 | 0.00 | 0.87 | 0 | 0.15 | 299.68 | 0.77 | 0.48 |
| Hex | D9 | 1D | DA | 0 | 57 | 0 | F | 12C | 4D | 30 |
| Octal | 331 | 35 | 332 | 0 | 127 | 0 | 17 | 454 | 115 | 60 |
| Binary | 11011001 | 11101 | 11011010 | 0 | 1010111 | 0 | 1111 | 100101100 | 1001101 | 110000 |
Color Harmonies of #D91DDA
Complementary color
Monochromatic Colors of #D91DDA
Black with #D91DDA
Text Example
Text Example
White with #D91DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DDA; }
p { color: rgb(217,29,218); }
H1.HeaderClassName
{
color: #D91DDA;
}
.AnyTagClassName
{
color: #D91DDA;
}
</style>
background-color css
<style>
a { background-color: #D91DDA; }
a { background-color: rgb(217,29,218); }
div.DivClassName
{
background-color: #D91DDA;
}
.BgClassName
{
background-color: #D91DDA;
}
</style>
border-color css
<style>
span { border-color: #D91DDA; }
span { border-color: rgb(217,29,218); }
td.TdClassName
{
border-color: #D91DDA;
}
.TagClassName
{
border-color: #D91DDA;
}
</style>