Shades of Deep Magenta #D013AB
Tints of Deep Magenta #D013AB
RGB
CMYK
RGB Variations
Color information
#D013AB (or 0xD013AB) is known color: Deep Magenta. HEX triplet: D0, 13 and AB. RGB value is (208,19,171). Sum of RGB (Red+Green+Blue) = 208+19+171=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D013AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013AB is #2FEC54. Grayscale: #5C5C5C. Windows color (decimal): -3140693 or 11211728. OLE color: 11211728.
HSL color Cylindrical-coordinate representation of color #D013AB: hue angle of 311.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013AB is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 171 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.18 |
| HSL | 311.75º | 0.83% | 0.45% | - |
| HSV(B) | 311.75º | 0.91% | 0.82% | - |
| XYZ | 33.6 | 16.82 | 40 | - |
| YUV | 92.84 | 172.12 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 171 | 0 | 0.91 | 0.18 | 0.18 | 311.75 | 0.83 | 0.45 |
| Hex | D0 | 13 | AB | 0 | 5B | 12 | 12 | 138 | 53 | 2D |
| Octal | 320 | 23 | 253 | 0 | 133 | 22 | 22 | 470 | 123 | 55 |
| Binary | 11010000 | 10011 | 10101011 | 0 | 1011011 | 10010 | 10010 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D013AB
Complementary color
Monochromatic Colors of #D013AB
Black with #D013AB
Text Example
Text Example
White with #D013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013AB; }
p { color: rgb(208,19,171); }
H1.HeaderClassName
{
color: #D013AB;
}
.AnyTagClassName
{
color: #D013AB;
}
</style>
background-color css
<style>
a { background-color: #D013AB; }
a { background-color: rgb(208,19,171); }
div.DivClassName
{
background-color: #D013AB;
}
.BgClassName
{
background-color: #D013AB;
}
</style>
border-color css
<style>
span { border-color: #D013AB; }
span { border-color: rgb(208,19,171); }
td.TdClassName
{
border-color: #D013AB;
}
.TagClassName
{
border-color: #D013AB;
}
</style>