Shades of Deep Magenta #D91CCE
Tints of Deep Magenta #D91CCE
RGB
CMYK
RGB Variations
Color information
#D91CCE (or 0xD91CCE) is known color: Deep Magenta. HEX triplet: D9, 1C and CE. RGB value is (217,28,206). Sum of RGB (Red+Green+Blue) = 217+28+206=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CCE is #26E331. Grayscale: #686868. Windows color (decimal): -2548530 or 13507801. OLE color: 13507801.
HSL color Cylindrical-coordinate representation of color #D91CCE: hue angle of 303.49º 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 #D91CCE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.15 |
| HSL | 303.49º | 0.77% | 0.48% | - |
| HSV(B) | 303.49º | 0.87% | 0.85% | - |
| XYZ | 40.17 | 20.04 | 60.14 | - |
| YUV | 104.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 206 | 0 | 0.87 | 0.05 | 0.15 | 303.49 | 0.77 | 0.48 |
| Hex | D9 | 1C | CE | 0 | 57 | 5 | F | 12F | 4D | 30 |
| Octal | 331 | 34 | 316 | 0 | 127 | 5 | 17 | 457 | 115 | 60 |
| Binary | 11011001 | 11100 | 11001110 | 0 | 1010111 | 101 | 1111 | 100101111 | 1001101 | 110000 |
Color Harmonies of #D91CCE
Complementary color
Monochromatic Colors of #D91CCE
Black with #D91CCE
Text Example
Text Example
White with #D91CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CCE; }
p { color: rgb(217,28,206); }
H1.HeaderClassName
{
color: #D91CCE;
}
.AnyTagClassName
{
color: #D91CCE;
}
</style>
background-color css
<style>
a { background-color: #D91CCE; }
a { background-color: rgb(217,28,206); }
div.DivClassName
{
background-color: #D91CCE;
}
.BgClassName
{
background-color: #D91CCE;
}
</style>
border-color css
<style>
span { border-color: #D91CCE; }
span { border-color: rgb(217,28,206); }
td.TdClassName
{
border-color: #D91CCE;
}
.TagClassName
{
border-color: #D91CCE;
}
</style>