Shades of Deep Magenta #D00ABF
Tints of Deep Magenta #D00ABF
RGB
CMYK
RGB Variations
Color information
#D00ABF (or 0xD00ABF) is known color: Deep Magenta. HEX triplet: D0, 0A and BF. RGB value is (208,10,191). Sum of RGB (Red+Green+Blue) = 208+10+191=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ABF is #2FF540. Grayscale: #595959. Windows color (decimal): -3142977 or 12520144. OLE color: 12520144.
HSL color Cylindrical-coordinate representation of color #D00ABF: hue angle of 305.15º 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 #D00ABF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.18 |
| HSL | 305.15º | 0.91% | 0.43% | - |
| HSV(B) | 305.15º | 0.95% | 0.82% | - |
| XYZ | 35.52 | 17.39 | 50.77 | - |
| YUV | 89.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 191 | 0 | 0.95 | 0.08 | 0.18 | 305.15 | 0.91 | 0.43 |
| Hex | D0 | A | BF | 0 | 5F | 8 | 12 | 131 | 5B | 2B |
| Octal | 320 | 12 | 277 | 0 | 137 | 10 | 22 | 461 | 133 | 53 |
| Binary | 11010000 | 1010 | 10111111 | 0 | 1011111 | 1000 | 10010 | 100110001 | 1011011 | 101011 |
Color Harmonies of #D00ABF
Complementary color
Monochromatic Colors of #D00ABF
Black with #D00ABF
Text Example
Text Example
White with #D00ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ABF; }
p { color: rgb(208,10,191); }
H1.HeaderClassName
{
color: #D00ABF;
}
.AnyTagClassName
{
color: #D00ABF;
}
</style>
background-color css
<style>
a { background-color: #D00ABF; }
a { background-color: rgb(208,10,191); }
div.DivClassName
{
background-color: #D00ABF;
}
.BgClassName
{
background-color: #D00ABF;
}
</style>
border-color css
<style>
span { border-color: #D00ABF; }
span { border-color: rgb(208,10,191); }
td.TdClassName
{
border-color: #D00ABF;
}
.TagClassName
{
border-color: #D00ABF;
}
</style>