Shades of Deep Magenta #D20ABD
Tints of Deep Magenta #D20ABD
RGB
CMYK
RGB Variations
Color information
#D20ABD (or 0xD20ABD) is known color: Deep Magenta. HEX triplet: D2, 0A and BD. RGB value is (210,10,189). Sum of RGB (Red+Green+Blue) = 210+10+189=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ABD is #2DF542. Grayscale: #595959. Windows color (decimal): -3011907 or 12389074. OLE color: 12389074.
HSL color Cylindrical-coordinate representation of color #D20ABD: hue angle of 306.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20ABD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.3º | 0.91% | 0.43% | - |
| HSV(B) | 306.3º | 0.95% | 0.82% | - |
| XYZ | 35.87 | 17.59 | 49.65 | - |
| YUV | 90.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 189 | 0 | 0.95 | 0.10 | 0.18 | 306.3 | 0.91 | 0.43 |
| Hex | D2 | A | BD | 0 | 5F | A | 12 | 132 | 5B | 2B |
| Octal | 322 | 12 | 275 | 0 | 137 | 12 | 22 | 462 | 133 | 53 |
| Binary | 11010010 | 1010 | 10111101 | 0 | 1011111 | 1010 | 10010 | 100110010 | 1011011 | 101011 |
Color Harmonies of #D20ABD
Complementary color
Monochromatic Colors of #D20ABD
Black with #D20ABD
Text Example
Text Example
White with #D20ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ABD; }
p { color: rgb(210,10,189); }
H1.HeaderClassName
{
color: #D20ABD;
}
.AnyTagClassName
{
color: #D20ABD;
}
</style>
background-color css
<style>
a { background-color: #D20ABD; }
a { background-color: rgb(210,10,189); }
div.DivClassName
{
background-color: #D20ABD;
}
.BgClassName
{
background-color: #D20ABD;
}
</style>
border-color css
<style>
span { border-color: #D20ABD; }
span { border-color: rgb(210,10,189); }
td.TdClassName
{
border-color: #D20ABD;
}
.TagClassName
{
border-color: #D20ABD;
}
</style>