Shades of Deep Magenta #D60BAF
Tints of Deep Magenta #D60BAF
RGB
CMYK
RGB Variations
Color information
#D60BAF (or 0xD60BAF) is known color: Deep Magenta. HEX triplet: D6, 0B and AF. RGB value is (214,11,175). Sum of RGB (Red+Green+Blue) = 214+11+175=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAF is #29F450. Grayscale: #595959. Windows color (decimal): -2749521 or 11471830. OLE color: 11471830.
HSL color Cylindrical-coordinate representation of color #D60BAF: hue angle of 311.53º degrees, saturation: 0.9, 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 #D60BAF is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.16 |
| HSL | 311.53º | 0.9% | 0.44% | - |
| HSV(B) | 311.53º | 0.95% | 0.84% | - |
| XYZ | 35.59 | 17.63 | 42.08 | - |
| YUV | 90.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 175 | 0 | 0.95 | 0.18 | 0.16 | 311.53 | 0.9 | 0.44 |
| Hex | D6 | B | AF | 0 | 5F | 12 | 10 | 138 | 5A | 2C |
| Octal | 326 | 13 | 257 | 0 | 137 | 22 | 20 | 470 | 132 | 54 |
| Binary | 11010110 | 1011 | 10101111 | 0 | 1011111 | 10010 | 10000 | 100111000 | 1011010 | 101100 |
Color Harmonies of #D60BAF
Complementary color
Monochromatic Colors of #D60BAF
Black with #D60BAF
Text Example
Text Example
White with #D60BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BAF; }
p { color: rgb(214,11,175); }
H1.HeaderClassName
{
color: #D60BAF;
}
.AnyTagClassName
{
color: #D60BAF;
}
</style>
background-color css
<style>
a { background-color: #D60BAF; }
a { background-color: rgb(214,11,175); }
div.DivClassName
{
background-color: #D60BAF;
}
.BgClassName
{
background-color: #D60BAF;
}
</style>
border-color css
<style>
span { border-color: #D60BAF; }
span { border-color: rgb(214,11,175); }
td.TdClassName
{
border-color: #D60BAF;
}
.TagClassName
{
border-color: #D60BAF;
}
</style>