Shades of Deep Magenta #D018AF
Tints of Deep Magenta #D018AF
RGB
CMYK
RGB Variations
Color information
#D018AF (or 0xD018AF) is known color: Deep Magenta. HEX triplet: D0, 18 and AF. RGB value is (208,24,175). Sum of RGB (Red+Green+Blue) = 208+24+175=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D018AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D018AF is #2FE750. Grayscale: #5F5F5F. Windows color (decimal): -3139409 or 11475152. OLE color: 11475152.
HSL color Cylindrical-coordinate representation of color #D018AF: hue angle of 310.76º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D018AF is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 175 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.18 |
| HSL | 310.76º | 0.79% | 0.45% | - |
| HSV(B) | 310.76º | 0.88% | 0.82% | - |
| XYZ | 34.08 | 17.16 | 42.07 | - |
| YUV | 96.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 175 | 0 | 0.88 | 0.16 | 0.18 | 310.76 | 0.79 | 0.45 |
| Hex | D0 | 18 | AF | 0 | 58 | 10 | 12 | 137 | 4F | 2D |
| Octal | 320 | 30 | 257 | 0 | 130 | 20 | 22 | 467 | 117 | 55 |
| Binary | 11010000 | 11000 | 10101111 | 0 | 1011000 | 10000 | 10010 | 100110111 | 1001111 | 101101 |
Color Harmonies of #D018AF
Complementary color
Monochromatic Colors of #D018AF
Black with #D018AF
Text Example
Text Example
White with #D018AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018AF; }
p { color: rgb(208,24,175); }
H1.HeaderClassName
{
color: #D018AF;
}
.AnyTagClassName
{
color: #D018AF;
}
</style>
background-color css
<style>
a { background-color: #D018AF; }
a { background-color: rgb(208,24,175); }
div.DivClassName
{
background-color: #D018AF;
}
.BgClassName
{
background-color: #D018AF;
}
</style>
border-color css
<style>
span { border-color: #D018AF; }
span { border-color: rgb(208,24,175); }
td.TdClassName
{
border-color: #D018AF;
}
.TagClassName
{
border-color: #D018AF;
}
</style>