Shades of Deep Magenta #D91DCB
Tints of Deep Magenta #D91DCB
RGB
CMYK
RGB Variations
Color information
#D91DCB (or 0xD91DCB) is known color: Deep Magenta. HEX triplet: D9, 1D and CB. RGB value is (217,29,203). Sum of RGB (Red+Green+Blue) = 217+29+203=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DCB is #26E234. Grayscale: #686868. Windows color (decimal): -2548277 or 13311449. OLE color: 13311449.
HSL color Cylindrical-coordinate representation of color #D91DCB: hue angle of 304.47º 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 #D91DCB is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.15 |
| HSL | 304.47º | 0.76% | 0.48% | - |
| HSV(B) | 304.47º | 0.87% | 0.85% | - |
| XYZ | 39.83 | 19.94 | 58.25 | - |
| YUV | 105.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 203 | 0 | 0.87 | 0.06 | 0.15 | 304.47 | 0.76 | 0.48 |
| Hex | D9 | 1D | CB | 0 | 57 | 6 | F | 130 | 4C | 30 |
| Octal | 331 | 35 | 313 | 0 | 127 | 6 | 17 | 460 | 114 | 60 |
| Binary | 11011001 | 11101 | 11001011 | 0 | 1010111 | 110 | 1111 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D91DCB
Complementary color
Monochromatic Colors of #D91DCB
Black with #D91DCB
Text Example
Text Example
White with #D91DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DCB; }
p { color: rgb(217,29,203); }
H1.HeaderClassName
{
color: #D91DCB;
}
.AnyTagClassName
{
color: #D91DCB;
}
</style>
background-color css
<style>
a { background-color: #D91DCB; }
a { background-color: rgb(217,29,203); }
div.DivClassName
{
background-color: #D91DCB;
}
.BgClassName
{
background-color: #D91DCB;
}
</style>
border-color css
<style>
span { border-color: #D91DCB; }
span { border-color: rgb(217,29,203); }
td.TdClassName
{
border-color: #D91DCB;
}
.TagClassName
{
border-color: #D91DCB;
}
</style>