Shades of Deep Magenta #D91ADC
Tints of Deep Magenta #D91ADC
RGB
CMYK
RGB Variations
Color information
#D91ADC (or 0xD91ADC) is known color: Deep Magenta. HEX triplet: D9, 1A and DC. RGB value is (217,26,220). Sum of RGB (Red+Green+Blue) = 217+26+220=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D91ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ADC is #26E523. Grayscale: #686868. Windows color (decimal): -2549028 or 14424793. OLE color: 14424793.
HSL color Cylindrical-coordinate representation of color #D91ADC: hue angle of 299.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91ADC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 26 | 220 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.14 |
| HSL | 299.07º | 0.79% | 0.48% | - |
| HSV(B) | 299.07º | 0.88% | 0.86% | - |
| XYZ | 41.9 | 20.66 | 69.49 | - |
| YUV | 105.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 220 | 0.01 | 0.88 | 0 | 0.14 | 299.07 | 0.79 | 0.48 |
| Hex | D9 | 1A | DC | 1 | 58 | 0 | E | 12B | 4F | 30 |
| Octal | 331 | 32 | 334 | 1 | 130 | 0 | 16 | 453 | 117 | 60 |
| Binary | 11011001 | 11010 | 11011100 | 1 | 1011000 | 0 | 1110 | 100101011 | 1001111 | 110000 |
Color Harmonies of #D91ADC
Complementary color
Monochromatic Colors of #D91ADC
Black with #D91ADC
Text Example
Text Example
White with #D91ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91ADC; }
p { color: rgb(217,26,220); }
H1.HeaderClassName
{
color: #D91ADC;
}
.AnyTagClassName
{
color: #D91ADC;
}
</style>
background-color css
<style>
a { background-color: #D91ADC; }
a { background-color: rgb(217,26,220); }
div.DivClassName
{
background-color: #D91ADC;
}
.BgClassName
{
background-color: #D91ADC;
}
</style>
border-color css
<style>
span { border-color: #D91ADC; }
span { border-color: rgb(217,26,220); }
td.TdClassName
{
border-color: #D91ADC;
}
.TagClassName
{
border-color: #D91ADC;
}
</style>