Shades of Deep Magenta #D20ABC
Tints of Deep Magenta #D20ABC
RGB
CMYK
RGB Variations
Color information
#D20ABC (or 0xD20ABC) is known color: Deep Magenta. HEX triplet: D2, 0A and BC. RGB value is (210,10,188). Sum of RGB (Red+Green+Blue) = 210+10+188=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ABC is #2DF543. Grayscale: #595959. Windows color (decimal): -3011908 or 12323538. OLE color: 12323538.
HSL color Cylindrical-coordinate representation of color #D20ABC: hue angle of 306.6º 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 #D20ABC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.6º | 0.91% | 0.43% | - |
| HSV(B) | 306.6º | 0.95% | 0.82% | - |
| XYZ | 35.76 | 17.55 | 49.08 | - |
| YUV | 90.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 188 | 0 | 0.95 | 0.10 | 0.18 | 306.6 | 0.91 | 0.43 |
| Hex | D2 | A | BC | 0 | 5F | A | 12 | 133 | 5B | 2B |
| Octal | 322 | 12 | 274 | 0 | 137 | 12 | 22 | 463 | 133 | 53 |
| Binary | 11010010 | 1010 | 10111100 | 0 | 1011111 | 1010 | 10010 | 100110011 | 1011011 | 101011 |
Color Harmonies of #D20ABC
Complementary color
Monochromatic Colors of #D20ABC
Black with #D20ABC
Text Example
Text Example
White with #D20ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ABC; }
p { color: rgb(210,10,188); }
H1.HeaderClassName
{
color: #D20ABC;
}
.AnyTagClassName
{
color: #D20ABC;
}
</style>
background-color css
<style>
a { background-color: #D20ABC; }
a { background-color: rgb(210,10,188); }
div.DivClassName
{
background-color: #D20ABC;
}
.BgClassName
{
background-color: #D20ABC;
}
</style>
border-color css
<style>
span { border-color: #D20ABC; }
span { border-color: rgb(210,10,188); }
td.TdClassName
{
border-color: #D20ABC;
}
.TagClassName
{
border-color: #D20ABC;
}
</style>