Shades of Deep Magenta #D510DA
Tints of Deep Magenta #D510DA
RGB
CMYK
RGB Variations
Color information
#D510DA (or 0xD510DA) is known color: Deep Magenta. HEX triplet: D5, 10 and DA. RGB value is (213,16,218). Sum of RGB (Red+Green+Blue) = 213+16+218=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #D510DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510DA is #2AEF25. Grayscale: #616161. Windows color (decimal): -2813734 or 14291157. OLE color: 14291157.
HSL color Cylindrical-coordinate representation of color #D510DA: hue angle of 298.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D510DA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 16 | 218 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.15 |
| HSL | 298.51º | 0.86% | 0.46% | - |
| HSV(B) | 298.51º | 0.93% | 0.85% | - |
| XYZ | 40.28 | 19.58 | 67.99 | - |
| YUV | 97.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 218 | 0.02 | 0.93 | 0 | 0.15 | 298.51 | 0.86 | 0.46 |
| Hex | D5 | 10 | DA | 2 | 5D | 0 | F | 12B | 56 | 2E |
| Octal | 325 | 20 | 332 | 2 | 135 | 0 | 17 | 453 | 126 | 56 |
| Binary | 11010101 | 10000 | 11011010 | 10 | 1011101 | 0 | 1111 | 100101011 | 1010110 | 101110 |
Color Harmonies of #D510DA
Complementary color
Monochromatic Colors of #D510DA
Black with #D510DA
Text Example
Text Example
White with #D510DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510DA; }
p { color: rgb(213,16,218); }
H1.HeaderClassName
{
color: #D510DA;
}
.AnyTagClassName
{
color: #D510DA;
}
</style>
background-color css
<style>
a { background-color: #D510DA; }
a { background-color: rgb(213,16,218); }
div.DivClassName
{
background-color: #D510DA;
}
.BgClassName
{
background-color: #D510DA;
}
</style>
border-color css
<style>
span { border-color: #D510DA; }
span { border-color: rgb(213,16,218); }
td.TdClassName
{
border-color: #D510DA;
}
.TagClassName
{
border-color: #D510DA;
}
</style>