Shades of Deep Magenta #D60ABF
Tints of Deep Magenta #D60ABF
RGB
CMYK
RGB Variations
Color information
#D60ABF (or 0xD60ABF) is known color: Deep Magenta. HEX triplet: D6, 0A and BF. RGB value is (214,10,191). Sum of RGB (Red+Green+Blue) = 214+10+191=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ABF is #29F540. Grayscale: #5B5B5B. Windows color (decimal): -2749761 or 12520150. OLE color: 12520150.
HSL color Cylindrical-coordinate representation of color #D60ABF: hue angle of 306.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60ABF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.16 |
| HSL | 306.76º | 0.91% | 0.44% | - |
| HSV(B) | 306.76º | 0.95% | 0.84% | - |
| XYZ | 37.24 | 18.27 | 50.85 | - |
| YUV | 91.63 | 184.09 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 191 | 0 | 0.95 | 0.11 | 0.16 | 306.76 | 0.91 | 0.44 |
| Hex | D6 | A | BF | 0 | 5F | B | 10 | 133 | 5B | 2C |
| Octal | 326 | 12 | 277 | 0 | 137 | 13 | 20 | 463 | 133 | 54 |
| Binary | 11010110 | 1010 | 10111111 | 0 | 1011111 | 1011 | 10000 | 100110011 | 1011011 | 101100 |
Color Harmonies of #D60ABF
Complementary color
Monochromatic Colors of #D60ABF
Black with #D60ABF
Text Example
Text Example
White with #D60ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ABF; }
p { color: rgb(214,10,191); }
H1.HeaderClassName
{
color: #D60ABF;
}
.AnyTagClassName
{
color: #D60ABF;
}
</style>
background-color css
<style>
a { background-color: #D60ABF; }
a { background-color: rgb(214,10,191); }
div.DivClassName
{
background-color: #D60ABF;
}
.BgClassName
{
background-color: #D60ABF;
}
</style>
border-color css
<style>
span { border-color: #D60ABF; }
span { border-color: rgb(214,10,191); }
td.TdClassName
{
border-color: #D60ABF;
}
.TagClassName
{
border-color: #D60ABF;
}
</style>