Shades of Deep Magenta #D10FCA
Tints of Deep Magenta #D10FCA
RGB
CMYK
RGB Variations
Color information
#D10FCA (or 0xD10FCA) is known color: Deep Magenta. HEX triplet: D1, 0F and CA. RGB value is (209,15,202). Sum of RGB (Red+Green+Blue) = 209+15+202=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FCA is #2EF035. Grayscale: #5D5D5D. Windows color (decimal): -3076150 or 13242321. OLE color: 13242321.
HSL color Cylindrical-coordinate representation of color #D10FCA: hue angle of 302.16º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FCA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.18 |
| HSL | 302.16º | 0.87% | 0.44% | - |
| HSV(B) | 302.16º | 0.93% | 0.82% | - |
| XYZ | 37.13 | 18.16 | 57.43 | - |
| YUV | 94.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 202 | 0 | 0.93 | 0.03 | 0.18 | 302.16 | 0.87 | 0.44 |
| Hex | D1 | F | CA | 0 | 5D | 3 | 12 | 12E | 57 | 2C |
| Octal | 321 | 17 | 312 | 0 | 135 | 3 | 22 | 456 | 127 | 54 |
| Binary | 11010001 | 1111 | 11001010 | 0 | 1011101 | 11 | 10010 | 100101110 | 1010111 | 101100 |
Color Harmonies of #D10FCA
Complementary color
Monochromatic Colors of #D10FCA
Black with #D10FCA
Text Example
Text Example
White with #D10FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FCA; }
p { color: rgb(209,15,202); }
H1.HeaderClassName
{
color: #D10FCA;
}
.AnyTagClassName
{
color: #D10FCA;
}
</style>
background-color css
<style>
a { background-color: #D10FCA; }
a { background-color: rgb(209,15,202); }
div.DivClassName
{
background-color: #D10FCA;
}
.BgClassName
{
background-color: #D10FCA;
}
</style>
border-color css
<style>
span { border-color: #D10FCA; }
span { border-color: rgb(209,15,202); }
td.TdClassName
{
border-color: #D10FCA;
}
.TagClassName
{
border-color: #D10FCA;
}
</style>