Shades of Deep Magenta #D10CAF
Tints of Deep Magenta #D10CAF
RGB
CMYK
RGB Variations
Color information
#D10CAF (or 0xD10CAF) is known color: Deep Magenta. HEX triplet: D1, 0C and AF. RGB value is (209,12,175). Sum of RGB (Red+Green+Blue) = 209+12+175=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10CAF is #2EF350. Grayscale: #595959. Windows color (decimal): -3076945 or 11472081. OLE color: 11472081.
HSL color Cylindrical-coordinate representation of color #D10CAF: hue angle of 310.36º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CAF is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.18 |
| HSL | 310.36º | 0.89% | 0.43% | - |
| HSV(B) | 310.36º | 0.94% | 0.82% | - |
| XYZ | 34.16 | 16.91 | 42.02 | - |
| YUV | 89.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 175 | 0 | 0.94 | 0.16 | 0.18 | 310.36 | 0.89 | 0.43 |
| Hex | D1 | C | AF | 0 | 5E | 10 | 12 | 136 | 59 | 2B |
| Octal | 321 | 14 | 257 | 0 | 136 | 20 | 22 | 466 | 131 | 53 |
| Binary | 11010001 | 1100 | 10101111 | 0 | 1011110 | 10000 | 10010 | 100110110 | 1011001 | 101011 |
Color Harmonies of #D10CAF
Complementary color
Monochromatic Colors of #D10CAF
Black with #D10CAF
Text Example
Text Example
White with #D10CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CAF; }
p { color: rgb(209,12,175); }
H1.HeaderClassName
{
color: #D10CAF;
}
.AnyTagClassName
{
color: #D10CAF;
}
</style>
background-color css
<style>
a { background-color: #D10CAF; }
a { background-color: rgb(209,12,175); }
div.DivClassName
{
background-color: #D10CAF;
}
.BgClassName
{
background-color: #D10CAF;
}
</style>
border-color css
<style>
span { border-color: #D10CAF; }
span { border-color: rgb(209,12,175); }
td.TdClassName
{
border-color: #D10CAF;
}
.TagClassName
{
border-color: #D10CAF;
}
</style>