Shades of Deep Magenta #D91CDA
Tints of Deep Magenta #D91CDA
RGB
CMYK
RGB Variations
Color information
#D91CDA (or 0xD91CDA) is known color: Deep Magenta. HEX triplet: D9, 1C and DA. RGB value is (217,28,218). Sum of RGB (Red+Green+Blue) = 217+28+218=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #D91CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CDA is #26E325. Grayscale: #696969. Windows color (decimal): -2548518 or 14294233. OLE color: 14294233.
HSL color Cylindrical-coordinate representation of color #D91CDA: 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 #D91CDA is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 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.69 | 20.64 | 68.12 | - |
| YUV | 106.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 218 | 0.00 | 0.87 | 0 | 0.15 | 299.68 | 0.77 | 0.48 |
| Hex | D9 | 1C | DA | 0 | 57 | 0 | F | 12C | 4D | 30 |
| Octal | 331 | 34 | 332 | 0 | 127 | 0 | 17 | 454 | 115 | 60 |
| Binary | 11011001 | 11100 | 11011010 | 0 | 1010111 | 0 | 1111 | 100101100 | 1001101 | 110000 |
Color Harmonies of #D91CDA
Complementary color
Monochromatic Colors of #D91CDA
Black with #D91CDA
Text Example
Text Example
White with #D91CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CDA; }
p { color: rgb(217,28,218); }
H1.HeaderClassName
{
color: #D91CDA;
}
.AnyTagClassName
{
color: #D91CDA;
}
</style>
background-color css
<style>
a { background-color: #D91CDA; }
a { background-color: rgb(217,28,218); }
div.DivClassName
{
background-color: #D91CDA;
}
.BgClassName
{
background-color: #D91CDA;
}
</style>
border-color css
<style>
span { border-color: #D91CDA; }
span { border-color: rgb(217,28,218); }
td.TdClassName
{
border-color: #D91CDA;
}
.TagClassName
{
border-color: #D91CDA;
}
</style>