Shades of Deep Magenta #D91CDC
Tints of Deep Magenta #D91CDC
RGB
CMYK
RGB Variations
Color information
#D91CDC (or 0xD91CDC) is known color: Deep Magenta. HEX triplet: D9, 1C and DC. RGB value is (217,28,220). Sum of RGB (Red+Green+Blue) = 217+28+220=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #D91CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CDC is #26E323. Grayscale: #696969. Windows color (decimal): -2548516 or 14425305. OLE color: 14425305.
HSL color Cylindrical-coordinate representation of color #D91CDC: hue angle of 299.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91CDC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 28 | 220 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.14 |
| HSL | 299.06º | 0.77% | 0.49% | - |
| HSV(B) | 299.06º | 0.87% | 0.86% | - |
| XYZ | 41.95 | 20.75 | 69.5 | - |
| YUV | 106.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 220 | 0.01 | 0.87 | 0 | 0.14 | 299.06 | 0.77 | 0.49 |
| Hex | D9 | 1C | DC | 1 | 57 | 0 | E | 12B | 4D | 31 |
| Octal | 331 | 34 | 334 | 1 | 127 | 0 | 16 | 453 | 115 | 61 |
| Binary | 11011001 | 11100 | 11011100 | 1 | 1010111 | 0 | 1110 | 100101011 | 1001101 | 110001 |
Color Harmonies of #D91CDC
Complementary color
Monochromatic Colors of #D91CDC
Black with #D91CDC
Text Example
Text Example
White with #D91CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CDC; }
p { color: rgb(217,28,220); }
H1.HeaderClassName
{
color: #D91CDC;
}
.AnyTagClassName
{
color: #D91CDC;
}
</style>
background-color css
<style>
a { background-color: #D91CDC; }
a { background-color: rgb(217,28,220); }
div.DivClassName
{
background-color: #D91CDC;
}
.BgClassName
{
background-color: #D91CDC;
}
</style>
border-color css
<style>
span { border-color: #D91CDC; }
span { border-color: rgb(217,28,220); }
td.TdClassName
{
border-color: #D91CDC;
}
.TagClassName
{
border-color: #D91CDC;
}
</style>