Shades of Deep Magenta #D91BCD
Tints of Deep Magenta #D91BCD
RGB
CMYK
RGB Variations
Color information
#D91BCD (or 0xD91BCD) is known color: Deep Magenta. HEX triplet: D9, 1B and CD. RGB value is (217,27,205). Sum of RGB (Red+Green+Blue) = 217+27+205=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91BCD is #26E432. Grayscale: #676767. Windows color (decimal): -2548787 or 13442009. OLE color: 13442009.
HSL color Cylindrical-coordinate representation of color #D91BCD: hue angle of 303.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BCD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.15 |
| HSL | 303.79º | 0.78% | 0.48% | - |
| HSV(B) | 303.79º | 0.88% | 0.85% | - |
| XYZ | 40.03 | 19.94 | 59.5 | - |
| YUV | 104.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 205 | 0 | 0.88 | 0.06 | 0.15 | 303.79 | 0.78 | 0.48 |
| Hex | D9 | 1B | CD | 0 | 58 | 6 | F | 130 | 4E | 30 |
| Octal | 331 | 33 | 315 | 0 | 130 | 6 | 17 | 460 | 116 | 60 |
| Binary | 11011001 | 11011 | 11001101 | 0 | 1011000 | 110 | 1111 | 100110000 | 1001110 | 110000 |
Color Harmonies of #D91BCD
Complementary color
Monochromatic Colors of #D91BCD
Black with #D91BCD
Text Example
Text Example
White with #D91BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BCD; }
p { color: rgb(217,27,205); }
H1.HeaderClassName
{
color: #D91BCD;
}
.AnyTagClassName
{
color: #D91BCD;
}
</style>
background-color css
<style>
a { background-color: #D91BCD; }
a { background-color: rgb(217,27,205); }
div.DivClassName
{
background-color: #D91BCD;
}
.BgClassName
{
background-color: #D91BCD;
}
</style>
border-color css
<style>
span { border-color: #D91BCD; }
span { border-color: rgb(217,27,205); }
td.TdClassName
{
border-color: #D91BCD;
}
.TagClassName
{
border-color: #D91BCD;
}
</style>