Shades of Deep Magenta #D510D6
Tints of Deep Magenta #D510D6
RGB
CMYK
RGB Variations
Color information
#D510D6 (or 0xD510D6) is known color: Deep Magenta. HEX triplet: D5, 10 and D6. RGB value is (213,16,214). Sum of RGB (Red+Green+Blue) = 213+16+214=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #D510D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510D6 is #2AEF29. Grayscale: #606060. Windows color (decimal): -2813738 or 14029013. OLE color: 14029013.
HSL color Cylindrical-coordinate representation of color #D510D6: hue angle of 299.7º 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 #D510D6 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 214 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.16 |
| HSL | 299.7º | 0.86% | 0.45% | - |
| HSV(B) | 299.7º | 0.93% | 0.84% | - |
| XYZ | 39.76 | 19.37 | 65.26 | - |
| YUV | 97.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 214 | 0.00 | 0.93 | 0 | 0.16 | 299.7 | 0.86 | 0.45 |
| Hex | D5 | 10 | D6 | 0 | 5D | 0 | 10 | 12C | 56 | 2D |
| Octal | 325 | 20 | 326 | 0 | 135 | 0 | 20 | 454 | 126 | 55 |
| Binary | 11010101 | 10000 | 11010110 | 0 | 1011101 | 0 | 10000 | 100101100 | 1010110 | 101101 |
Color Harmonies of #D510D6
Complementary color
Monochromatic Colors of #D510D6
Black with #D510D6
Text Example
Text Example
White with #D510D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510D6; }
p { color: rgb(213,16,214); }
H1.HeaderClassName
{
color: #D510D6;
}
.AnyTagClassName
{
color: #D510D6;
}
</style>
background-color css
<style>
a { background-color: #D510D6; }
a { background-color: rgb(213,16,214); }
div.DivClassName
{
background-color: #D510D6;
}
.BgClassName
{
background-color: #D510D6;
}
</style>
border-color css
<style>
span { border-color: #D510D6; }
span { border-color: rgb(213,16,214); }
td.TdClassName
{
border-color: #D510D6;
}
.TagClassName
{
border-color: #D510D6;
}
</style>