Shades of Deep Magenta #D20ABB
Tints of Deep Magenta #D20ABB
RGB
CMYK
RGB Variations
Color information
#D20ABB (or 0xD20ABB) is known color: Deep Magenta. HEX triplet: D2, 0A and BB. RGB value is (210,10,187). Sum of RGB (Red+Green+Blue) = 210+10+187=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ABB is #2DF544. Grayscale: #595959. Windows color (decimal): -3011909 or 12258002. OLE color: 12258002.
HSL color Cylindrical-coordinate representation of color #D20ABB: hue angle of 306.9º 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 #D20ABB is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.18 |
| HSL | 306.9º | 0.91% | 0.43% | - |
| HSV(B) | 306.9º | 0.95% | 0.82% | - |
| XYZ | 35.66 | 17.51 | 48.51 | - |
| YUV | 89.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 187 | 0 | 0.95 | 0.11 | 0.18 | 306.9 | 0.91 | 0.43 |
| Hex | D2 | A | BB | 0 | 5F | B | 12 | 133 | 5B | 2B |
| Octal | 322 | 12 | 273 | 0 | 137 | 13 | 22 | 463 | 133 | 53 |
| Binary | 11010010 | 1010 | 10111011 | 0 | 1011111 | 1011 | 10010 | 100110011 | 1011011 | 101011 |
Color Harmonies of #D20ABB
Complementary color
Monochromatic Colors of #D20ABB
Black with #D20ABB
Text Example
Text Example
White with #D20ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ABB; }
p { color: rgb(210,10,187); }
H1.HeaderClassName
{
color: #D20ABB;
}
.AnyTagClassName
{
color: #D20ABB;
}
</style>
background-color css
<style>
a { background-color: #D20ABB; }
a { background-color: rgb(210,10,187); }
div.DivClassName
{
background-color: #D20ABB;
}
.BgClassName
{
background-color: #D20ABB;
}
</style>
border-color css
<style>
span { border-color: #D20ABB; }
span { border-color: rgb(210,10,187); }
td.TdClassName
{
border-color: #D20ABB;
}
.TagClassName
{
border-color: #D20ABB;
}
</style>