Shades of Deep Magenta #D92ADC
Tints of Deep Magenta #D92ADC
RGB
CMYK
RGB Variations
Color information
#D92ADC (or 0xD92ADC) is known color: Deep Magenta. HEX triplet: D9, 2A and DC. RGB value is (217,42,220). Sum of RGB (Red+Green+Blue) = 217+42+220=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D92ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92ADC is #26D523. Grayscale: #727272. Windows color (decimal): -2544932 or 14428889. OLE color: 14428889.
HSL color Cylindrical-coordinate representation of color #D92ADC: hue angle of 298.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92ADC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 42 | 220 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.14 |
| HSL | 298.99º | 0.72% | 0.51% | - |
| HSV(B) | 298.99º | 0.81% | 0.86% | - |
| XYZ | 42.36 | 21.57 | 69.64 | - |
| YUV | 114.62 | 187.48 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 220 | 0.01 | 0.81 | 0 | 0.14 | 298.99 | 0.72 | 0.51 |
| Hex | D9 | 2A | DC | 1 | 51 | 0 | E | 12B | 48 | 33 |
| Octal | 331 | 52 | 334 | 1 | 121 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011001 | 101010 | 11011100 | 1 | 1010001 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #D92ADC
Complementary color
Monochromatic Colors of #D92ADC
Black with #D92ADC
Text Example
Text Example
White with #D92ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92ADC; }
p { color: rgb(217,42,220); }
H1.HeaderClassName
{
color: #D92ADC;
}
.AnyTagClassName
{
color: #D92ADC;
}
</style>
background-color css
<style>
a { background-color: #D92ADC; }
a { background-color: rgb(217,42,220); }
div.DivClassName
{
background-color: #D92ADC;
}
.BgClassName
{
background-color: #D92ADC;
}
</style>
border-color css
<style>
span { border-color: #D92ADC; }
span { border-color: rgb(217,42,220); }
td.TdClassName
{
border-color: #D92ADC;
}
.TagClassName
{
border-color: #D92ADC;
}
</style>