Shades of Deep Magenta #D810CF
Tints of Deep Magenta #D810CF
RGB
CMYK
RGB Variations
Color information
#D810CF (or 0xD810CF) is known color: Deep Magenta. HEX triplet: D8, 10 and CF. RGB value is (216,16,207). Sum of RGB (Red+Green+Blue) = 216+16+207=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D810CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810CF is #27EF30. Grayscale: #616161. Windows color (decimal): -2617137 or 13570264. OLE color: 13570264.
HSL color Cylindrical-coordinate representation of color #D810CF: hue angle of 302.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810CF is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.15 |
| HSL | 302.7º | 0.86% | 0.45% | - |
| HSV(B) | 302.7º | 0.93% | 0.85% | - |
| XYZ | 39.77 | 19.47 | 60.69 | - |
| YUV | 97.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 207 | 0 | 0.93 | 0.04 | 0.15 | 302.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | CF | 0 | 5D | 4 | F | 12F | 56 | 2D |
| Octal | 330 | 20 | 317 | 0 | 135 | 4 | 17 | 457 | 126 | 55 |
| Binary | 11011000 | 10000 | 11001111 | 0 | 1011101 | 100 | 1111 | 100101111 | 1010110 | 101101 |
Color Harmonies of #D810CF
Complementary color
Monochromatic Colors of #D810CF
Black with #D810CF
Text Example
Text Example
White with #D810CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810CF; }
p { color: rgb(216,16,207); }
H1.HeaderClassName
{
color: #D810CF;
}
.AnyTagClassName
{
color: #D810CF;
}
</style>
background-color css
<style>
a { background-color: #D810CF; }
a { background-color: rgb(216,16,207); }
div.DivClassName
{
background-color: #D810CF;
}
.BgClassName
{
background-color: #D810CF;
}
</style>
border-color css
<style>
span { border-color: #D810CF; }
span { border-color: rgb(216,16,207); }
td.TdClassName
{
border-color: #D810CF;
}
.TagClassName
{
border-color: #D810CF;
}
</style>