Shades of Deep Magenta #D512B9
Tints of Deep Magenta #D512B9
RGB
CMYK
RGB Variations
Color information
#D512B9 (or 0xD512B9) is known color: Deep Magenta. HEX triplet: D5, 12 and B9. RGB value is (213,18,185). Sum of RGB (Red+Green+Blue) = 213+18+185=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D512B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512B9 is #2AED46. Grayscale: #5E5E5E. Windows color (decimal): -2813255 or 12128981. OLE color: 12128981.
HSL color Cylindrical-coordinate representation of color #D512B9: hue angle of 308.62º degrees, saturation: 0.84, 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 #D512B9 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 185 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.16 |
| HSL | 308.62º | 0.84% | 0.45% | - |
| HSV(B) | 308.62º | 0.92% | 0.84% | - |
| XYZ | 36.41 | 18.08 | 47.47 | - |
| YUV | 95.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 185 | 0 | 0.92 | 0.13 | 0.16 | 308.62 | 0.84 | 0.45 |
| Hex | D5 | 12 | B9 | 0 | 5C | D | 10 | 135 | 54 | 2D |
| Octal | 325 | 22 | 271 | 0 | 134 | 15 | 20 | 465 | 124 | 55 |
| Binary | 11010101 | 10010 | 10111001 | 0 | 1011100 | 1101 | 10000 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D512B9
Complementary color
Monochromatic Colors of #D512B9
Black with #D512B9
Text Example
Text Example
White with #D512B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512B9; }
p { color: rgb(213,18,185); }
H1.HeaderClassName
{
color: #D512B9;
}
.AnyTagClassName
{
color: #D512B9;
}
</style>
background-color css
<style>
a { background-color: #D512B9; }
a { background-color: rgb(213,18,185); }
div.DivClassName
{
background-color: #D512B9;
}
.BgClassName
{
background-color: #D512B9;
}
</style>
border-color css
<style>
span { border-color: #D512B9; }
span { border-color: rgb(213,18,185); }
td.TdClassName
{
border-color: #D512B9;
}
.TagClassName
{
border-color: #D512B9;
}
</style>