Shades of Deep Magenta #D510B9
Tints of Deep Magenta #D510B9
RGB
CMYK
RGB Variations
Color information
#D510B9 (or 0xD510B9) is known color: Deep Magenta. HEX triplet: D5, 10 and B9. RGB value is (213,16,185). Sum of RGB (Red+Green+Blue) = 213+16+185=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D510B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510B9 is #2AEF46. Grayscale: #5D5D5D. Windows color (decimal): -2813767 or 12128469. OLE color: 12128469.
HSL color Cylindrical-coordinate representation of color #D510B9: hue angle of 308.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D510B9 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 185 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.16 |
| HSL | 308.53º | 0.86% | 0.45% | - |
| HSV(B) | 308.53º | 0.92% | 0.84% | - |
| XYZ | 36.38 | 18.02 | 47.46 | - |
| YUV | 94.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 185 | 0 | 0.92 | 0.13 | 0.16 | 308.53 | 0.86 | 0.45 |
| Hex | D5 | 10 | B9 | 0 | 5C | D | 10 | 135 | 56 | 2D |
| Octal | 325 | 20 | 271 | 0 | 134 | 15 | 20 | 465 | 126 | 55 |
| Binary | 11010101 | 10000 | 10111001 | 0 | 1011100 | 1101 | 10000 | 100110101 | 1010110 | 101101 |
Color Harmonies of #D510B9
Complementary color
Monochromatic Colors of #D510B9
Black with #D510B9
Text Example
Text Example
White with #D510B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510B9; }
p { color: rgb(213,16,185); }
H1.HeaderClassName
{
color: #D510B9;
}
.AnyTagClassName
{
color: #D510B9;
}
</style>
background-color css
<style>
a { background-color: #D510B9; }
a { background-color: rgb(213,16,185); }
div.DivClassName
{
background-color: #D510B9;
}
.BgClassName
{
background-color: #D510B9;
}
</style>
border-color css
<style>
span { border-color: #D510B9; }
span { border-color: rgb(213,16,185); }
td.TdClassName
{
border-color: #D510B9;
}
.TagClassName
{
border-color: #D510B9;
}
</style>