Shades of Deep Magenta #D92BDC
Tints of Deep Magenta #D92BDC
RGB
CMYK
RGB Variations
Color information
#D92BDC (or 0xD92BDC) is known color: Deep Magenta. HEX triplet: D9, 2B and DC. RGB value is (217,43,220). Sum of RGB (Red+Green+Blue) = 217+43+220=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D92BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92BDC is #26D423. Grayscale: #727272. Windows color (decimal): -2544676 or 14429145. OLE color: 14429145.
HSL color Cylindrical-coordinate representation of color #D92BDC: hue angle of 298.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92BDC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 43 | 220 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.14 |
| HSL | 298.98º | 0.72% | 0.52% | - |
| HSV(B) | 298.98º | 0.8% | 0.86% | - |
| XYZ | 42.4 | 21.65 | 69.65 | - |
| YUV | 115.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 220 | 0.01 | 0.80 | 0 | 0.14 | 298.98 | 0.72 | 0.52 |
| Hex | D9 | 2B | DC | 1 | 50 | 0 | E | 12B | 48 | 34 |
| Octal | 331 | 53 | 334 | 1 | 120 | 0 | 16 | 453 | 110 | 64 |
| Binary | 11011001 | 101011 | 11011100 | 1 | 1010000 | 0 | 1110 | 100101011 | 1001000 | 110100 |
Color Harmonies of #D92BDC
Complementary color
Monochromatic Colors of #D92BDC
Black with #D92BDC
Text Example
Text Example
White with #D92BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BDC; }
p { color: rgb(217,43,220); }
H1.HeaderClassName
{
color: #D92BDC;
}
.AnyTagClassName
{
color: #D92BDC;
}
</style>
background-color css
<style>
a { background-color: #D92BDC; }
a { background-color: rgb(217,43,220); }
div.DivClassName
{
background-color: #D92BDC;
}
.BgClassName
{
background-color: #D92BDC;
}
</style>
border-color css
<style>
span { border-color: #D92BDC; }
span { border-color: rgb(217,43,220); }
td.TdClassName
{
border-color: #D92BDC;
}
.TagClassName
{
border-color: #D92BDC;
}
</style>