Shades of Deep Magenta #D510BD
Tints of Deep Magenta #D510BD
RGB
CMYK
RGB Variations
Color information
#D510BD (or 0xD510BD) is known color: Deep Magenta. HEX triplet: D5, 10 and BD. RGB value is (213,16,189). Sum of RGB (Red+Green+Blue) = 213+16+189=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D510BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510BD is #2AEF42. Grayscale: #5E5E5E. Windows color (decimal): -2813763 or 12390613. OLE color: 12390613.
HSL color Cylindrical-coordinate representation of color #D510BD: hue angle of 307.31º 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 #D510BD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.16 |
| HSL | 307.31º | 0.86% | 0.45% | - |
| HSV(B) | 307.31º | 0.92% | 0.84% | - |
| XYZ | 36.81 | 18.19 | 49.72 | - |
| YUV | 94.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 189 | 0 | 0.92 | 0.11 | 0.16 | 307.31 | 0.86 | 0.45 |
| Hex | D5 | 10 | BD | 0 | 5C | B | 10 | 133 | 56 | 2D |
| Octal | 325 | 20 | 275 | 0 | 134 | 13 | 20 | 463 | 126 | 55 |
| Binary | 11010101 | 10000 | 10111101 | 0 | 1011100 | 1011 | 10000 | 100110011 | 1010110 | 101101 |
Color Harmonies of #D510BD
Complementary color
Monochromatic Colors of #D510BD
Black with #D510BD
Text Example
Text Example
White with #D510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510BD; }
p { color: rgb(213,16,189); }
H1.HeaderClassName
{
color: #D510BD;
}
.AnyTagClassName
{
color: #D510BD;
}
</style>
background-color css
<style>
a { background-color: #D510BD; }
a { background-color: rgb(213,16,189); }
div.DivClassName
{
background-color: #D510BD;
}
.BgClassName
{
background-color: #D510BD;
}
</style>
border-color css
<style>
span { border-color: #D510BD; }
span { border-color: rgb(213,16,189); }
td.TdClassName
{
border-color: #D510BD;
}
.TagClassName
{
border-color: #D510BD;
}
</style>