Shades of Deep Magenta #D91DC2
Tints of Deep Magenta #D91DC2
RGB
CMYK
RGB Variations
Color information
#D91DC2 (or 0xD91DC2) is known color: Deep Magenta. HEX triplet: D9, 1D and C2. RGB value is (217,29,194). Sum of RGB (Red+Green+Blue) = 217+29+194=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DC2 is #26E23D. Grayscale: #676767. Windows color (decimal): -2548286 or 12721625. OLE color: 12721625.
HSL color Cylindrical-coordinate representation of color #D91DC2: hue angle of 307.34º degrees, saturation: 0.76, 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 #D91DC2 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 194 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.15 |
| HSL | 307.34º | 0.76% | 0.48% | - |
| HSV(B) | 307.34º | 0.87% | 0.85% | - |
| XYZ | 38.79 | 19.53 | 52.76 | - |
| YUV | 104.02 | 178.78 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 194 | 0 | 0.87 | 0.11 | 0.15 | 307.34 | 0.76 | 0.48 |
| Hex | D9 | 1D | C2 | 0 | 57 | B | F | 133 | 4C | 30 |
| Octal | 331 | 35 | 302 | 0 | 127 | 13 | 17 | 463 | 114 | 60 |
| Binary | 11011001 | 11101 | 11000010 | 0 | 1010111 | 1011 | 1111 | 100110011 | 1001100 | 110000 |
Color Harmonies of #D91DC2
Complementary color
Monochromatic Colors of #D91DC2
Black with #D91DC2
Text Example
Text Example
White with #D91DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DC2; }
p { color: rgb(217,29,194); }
H1.HeaderClassName
{
color: #D91DC2;
}
.AnyTagClassName
{
color: #D91DC2;
}
</style>
background-color css
<style>
a { background-color: #D91DC2; }
a { background-color: rgb(217,29,194); }
div.DivClassName
{
background-color: #D91DC2;
}
.BgClassName
{
background-color: #D91DC2;
}
</style>
border-color css
<style>
span { border-color: #D91DC2; }
span { border-color: rgb(217,29,194); }
td.TdClassName
{
border-color: #D91DC2;
}
.TagClassName
{
border-color: #D91DC2;
}
</style>