Shades of Deep Magenta #D710CA
Tints of Deep Magenta #D710CA
RGB
CMYK
RGB Variations
Color information
#D710CA (or 0xD710CA) is known color: Deep Magenta. HEX triplet: D7, 10 and CA. RGB value is (215,16,202). Sum of RGB (Red+Green+Blue) = 215+16+202=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D710CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710CA is #28EF35. Grayscale: #606060. Windows color (decimal): -2682678 or 13242583. OLE color: 13242583.
HSL color Cylindrical-coordinate representation of color #D710CA: hue angle of 303.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710CA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.16 |
| HSL | 303.92º | 0.86% | 0.45% | - |
| HSV(B) | 303.92º | 0.93% | 0.84% | - |
| XYZ | 38.87 | 19.08 | 57.51 | - |
| YUV | 96.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 202 | 0 | 0.93 | 0.06 | 0.16 | 303.92 | 0.86 | 0.45 |
| Hex | D7 | 10 | CA | 0 | 5D | 6 | 10 | 130 | 56 | 2D |
| Octal | 327 | 20 | 312 | 0 | 135 | 6 | 20 | 460 | 126 | 55 |
| Binary | 11010111 | 10000 | 11001010 | 0 | 1011101 | 110 | 10000 | 100110000 | 1010110 | 101101 |
Color Harmonies of #D710CA
Complementary color
Monochromatic Colors of #D710CA
Black with #D710CA
Text Example
Text Example
White with #D710CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D710CA; }
p { color: rgb(215,16,202); }
H1.HeaderClassName
{
color: #D710CA;
}
.AnyTagClassName
{
color: #D710CA;
}
</style>
background-color css
<style>
a { background-color: #D710CA; }
a { background-color: rgb(215,16,202); }
div.DivClassName
{
background-color: #D710CA;
}
.BgClassName
{
background-color: #D710CA;
}
</style>
border-color css
<style>
span { border-color: #D710CA; }
span { border-color: rgb(215,16,202); }
td.TdClassName
{
border-color: #D710CA;
}
.TagClassName
{
border-color: #D710CA;
}
</style>