Shades of Deep Magenta #D91CD3
Tints of Deep Magenta #D91CD3
RGB
CMYK
RGB Variations
Color information
#D91CD3 (or 0xD91CD3) is known color: Deep Magenta. HEX triplet: D9, 1C and D3. RGB value is (217,28,211). Sum of RGB (Red+Green+Blue) = 217+28+211=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CD3 is #26E32C. Grayscale: #686868. Windows color (decimal): -2548525 or 13835481. OLE color: 13835481.
HSL color Cylindrical-coordinate representation of color #D91CD3: hue angle of 301.9º 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 #D91CD3 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 211 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.15 |
| HSL | 301.9º | 0.77% | 0.48% | - |
| HSV(B) | 301.9º | 0.87% | 0.85% | - |
| XYZ | 40.79 | 20.29 | 63.39 | - |
| YUV | 105.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 211 | 0 | 0.87 | 0.03 | 0.15 | 301.9 | 0.77 | 0.48 |
| Hex | D9 | 1C | D3 | 0 | 57 | 3 | F | 12E | 4D | 30 |
| Octal | 331 | 34 | 323 | 0 | 127 | 3 | 17 | 456 | 115 | 60 |
| Binary | 11011001 | 11100 | 11010011 | 0 | 1010111 | 11 | 1111 | 100101110 | 1001101 | 110000 |
Color Harmonies of #D91CD3
Complementary color
Monochromatic Colors of #D91CD3
Black with #D91CD3
Text Example
Text Example
White with #D91CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CD3; }
p { color: rgb(217,28,211); }
H1.HeaderClassName
{
color: #D91CD3;
}
.AnyTagClassName
{
color: #D91CD3;
}
</style>
background-color css
<style>
a { background-color: #D91CD3; }
a { background-color: rgb(217,28,211); }
div.DivClassName
{
background-color: #D91CD3;
}
.BgClassName
{
background-color: #D91CD3;
}
</style>
border-color css
<style>
span { border-color: #D91CD3; }
span { border-color: rgb(217,28,211); }
td.TdClassName
{
border-color: #D91CD3;
}
.TagClassName
{
border-color: #D91CD3;
}
</style>