Shades of Deep Magenta #D510DD
Tints of Deep Magenta #D510DD
RGB
CMYK
RGB Variations
Color information
#D510DD (or 0xD510DD) is known color: Deep Magenta. HEX triplet: D5, 10 and DD. RGB value is (213,16,221). Sum of RGB (Red+Green+Blue) = 213+16+221=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #D510DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510DD is #2AEF22. Grayscale: #616161. Windows color (decimal): -2813731 or 14487765. OLE color: 14487765.
HSL color Cylindrical-coordinate representation of color #D510DD: hue angle of 297.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D510DD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 16 | 221 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.13 |
| HSL | 297.66º | 0.86% | 0.46% | - |
| HSV(B) | 297.66º | 0.93% | 0.87% | - |
| XYZ | 40.68 | 19.74 | 70.07 | - |
| YUV | 98.27 | 197.27 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 221 | 0.04 | 0.93 | 0 | 0.13 | 297.66 | 0.86 | 0.46 |
| Hex | D5 | 10 | DD | 4 | 5D | 0 | D | 12A | 56 | 2E |
| Octal | 325 | 20 | 335 | 4 | 135 | 0 | 15 | 452 | 126 | 56 |
| Binary | 11010101 | 10000 | 11011101 | 100 | 1011101 | 0 | 1101 | 100101010 | 1010110 | 101110 |
Color Harmonies of #D510DD
Complementary color
Monochromatic Colors of #D510DD
Black with #D510DD
Text Example
Text Example
White with #D510DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510DD; }
p { color: rgb(213,16,221); }
H1.HeaderClassName
{
color: #D510DD;
}
.AnyTagClassName
{
color: #D510DD;
}
</style>
background-color css
<style>
a { background-color: #D510DD; }
a { background-color: rgb(213,16,221); }
div.DivClassName
{
background-color: #D510DD;
}
.BgClassName
{
background-color: #D510DD;
}
</style>
border-color css
<style>
span { border-color: #D510DD; }
span { border-color: rgb(213,16,221); }
td.TdClassName
{
border-color: #D510DD;
}
.TagClassName
{
border-color: #D510DD;
}
</style>