Shades of Deep Magenta #D010CA
Tints of Deep Magenta #D010CA
RGB
CMYK
RGB Variations
Color information
#D010CA (or 0xD010CA) is known color: Deep Magenta. HEX triplet: D0, 10 and CA. RGB value is (208,16,202). Sum of RGB (Red+Green+Blue) = 208+16+202=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D010CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010CA is #2FEF35. Grayscale: #5E5E5E. Windows color (decimal): -3141430 or 13242576. OLE color: 13242576.
HSL color Cylindrical-coordinate representation of color #D010CA: hue angle of 301.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010CA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 202 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.18 |
| HSL | 301.88º | 0.86% | 0.44% | - |
| HSV(B) | 301.88º | 0.92% | 0.82% | - |
| XYZ | 36.86 | 18.04 | 57.42 | - |
| YUV | 94.61 | 188.61 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 202 | 0 | 0.92 | 0.03 | 0.18 | 301.88 | 0.86 | 0.44 |
| Hex | D0 | 10 | CA | 0 | 5C | 3 | 12 | 12E | 56 | 2C |
| Octal | 320 | 20 | 312 | 0 | 134 | 3 | 22 | 456 | 126 | 54 |
| Binary | 11010000 | 10000 | 11001010 | 0 | 1011100 | 11 | 10010 | 100101110 | 1010110 | 101100 |
Color Harmonies of #D010CA
Complementary color
Monochromatic Colors of #D010CA
Black with #D010CA
Text Example
Text Example
White with #D010CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010CA; }
p { color: rgb(208,16,202); }
H1.HeaderClassName
{
color: #D010CA;
}
.AnyTagClassName
{
color: #D010CA;
}
</style>
background-color css
<style>
a { background-color: #D010CA; }
a { background-color: rgb(208,16,202); }
div.DivClassName
{
background-color: #D010CA;
}
.BgClassName
{
background-color: #D010CA;
}
</style>
border-color css
<style>
span { border-color: #D010CA; }
span { border-color: rgb(208,16,202); }
td.TdClassName
{
border-color: #D010CA;
}
.TagClassName
{
border-color: #D010CA;
}
</style>