Shades of Deep Magenta #D91DC7
Tints of Deep Magenta #D91DC7
RGB
CMYK
RGB Variations
Color information
#D91DC7 (or 0xD91DC7) is known color: Deep Magenta. HEX triplet: D9, 1D and C7. RGB value is (217,29,199). Sum of RGB (Red+Green+Blue) = 217+29+199=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DC7 is #26E238. Grayscale: #686868. Windows color (decimal): -2548281 or 13049305. OLE color: 13049305.
HSL color Cylindrical-coordinate representation of color #D91DC7: hue angle of 305.74º 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 #D91DC7 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 199 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.15 |
| HSL | 305.74º | 0.76% | 0.48% | - |
| HSV(B) | 305.74º | 0.87% | 0.85% | - |
| XYZ | 39.36 | 19.75 | 55.77 | - |
| YUV | 104.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 199 | 0 | 0.87 | 0.08 | 0.15 | 305.74 | 0.76 | 0.48 |
| Hex | D9 | 1D | C7 | 0 | 57 | 8 | F | 132 | 4C | 30 |
| Octal | 331 | 35 | 307 | 0 | 127 | 10 | 17 | 462 | 114 | 60 |
| Binary | 11011001 | 11101 | 11000111 | 0 | 1010111 | 1000 | 1111 | 100110010 | 1001100 | 110000 |
Color Harmonies of #D91DC7
Complementary color
Monochromatic Colors of #D91DC7
Black with #D91DC7
Text Example
Text Example
White with #D91DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DC7; }
p { color: rgb(217,29,199); }
H1.HeaderClassName
{
color: #D91DC7;
}
.AnyTagClassName
{
color: #D91DC7;
}
</style>
background-color css
<style>
a { background-color: #D91DC7; }
a { background-color: rgb(217,29,199); }
div.DivClassName
{
background-color: #D91DC7;
}
.BgClassName
{
background-color: #D91DC7;
}
</style>
border-color css
<style>
span { border-color: #D91DC7; }
span { border-color: rgb(217,29,199); }
td.TdClassName
{
border-color: #D91DC7;
}
.TagClassName
{
border-color: #D91DC7;
}
</style>