Shades of Deep Magenta #D91DC6
Tints of Deep Magenta #D91DC6
RGB
CMYK
RGB Variations
Color information
#D91DC6 (or 0xD91DC6) is known color: Deep Magenta. HEX triplet: D9, 1D and C6. RGB value is (217,29,198). Sum of RGB (Red+Green+Blue) = 217+29+198=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DC6 is #26E239. Grayscale: #676767. Windows color (decimal): -2548282 or 12983769. OLE color: 12983769.
HSL color Cylindrical-coordinate representation of color #D91DC6: hue angle of 306.06º 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 #D91DC6 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 198 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.15 |
| HSL | 306.06º | 0.76% | 0.48% | - |
| HSV(B) | 306.06º | 0.87% | 0.85% | - |
| XYZ | 39.25 | 19.71 | 55.16 | - |
| YUV | 104.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 198 | 0 | 0.87 | 0.09 | 0.15 | 306.06 | 0.76 | 0.48 |
| Hex | D9 | 1D | C6 | 0 | 57 | 9 | F | 132 | 4C | 30 |
| Octal | 331 | 35 | 306 | 0 | 127 | 11 | 17 | 462 | 114 | 60 |
| Binary | 11011001 | 11101 | 11000110 | 0 | 1010111 | 1001 | 1111 | 100110010 | 1001100 | 110000 |
Color Harmonies of #D91DC6
Complementary color
Monochromatic Colors of #D91DC6
Black with #D91DC6
Text Example
Text Example
White with #D91DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DC6; }
p { color: rgb(217,29,198); }
H1.HeaderClassName
{
color: #D91DC6;
}
.AnyTagClassName
{
color: #D91DC6;
}
</style>
background-color css
<style>
a { background-color: #D91DC6; }
a { background-color: rgb(217,29,198); }
div.DivClassName
{
background-color: #D91DC6;
}
.BgClassName
{
background-color: #D91DC6;
}
</style>
border-color css
<style>
span { border-color: #D91DC6; }
span { border-color: rgb(217,29,198); }
td.TdClassName
{
border-color: #D91DC6;
}
.TagClassName
{
border-color: #D91DC6;
}
</style>