Shades of Deep Magenta #D913BA
Tints of Deep Magenta #D913BA
RGB
CMYK
RGB Variations
Color information
#D913BA (or 0xD913BA) is known color: Deep Magenta. HEX triplet: D9, 13 and BA. RGB value is (217,19,186). Sum of RGB (Red+Green+Blue) = 217+19+186=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D913BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913BA is #26EC45. Grayscale: #606060. Windows color (decimal): -2550854 or 12194777. OLE color: 12194777.
HSL color Cylindrical-coordinate representation of color #D913BA: hue angle of 309.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913BA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 186 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.15 |
| HSL | 309.39º | 0.84% | 0.46% | - |
| HSV(B) | 309.39º | 0.91% | 0.85% | - |
| XYZ | 37.71 | 18.76 | 48.09 | - |
| YUV | 97.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 186 | 0 | 0.91 | 0.14 | 0.15 | 309.39 | 0.84 | 0.46 |
| Hex | D9 | 13 | BA | 0 | 5B | E | F | 135 | 54 | 2E |
| Octal | 331 | 23 | 272 | 0 | 133 | 16 | 17 | 465 | 124 | 56 |
| Binary | 11011001 | 10011 | 10111010 | 0 | 1011011 | 1110 | 1111 | 100110101 | 1010100 | 101110 |
Color Harmonies of #D913BA
Complementary color
Monochromatic Colors of #D913BA
Black with #D913BA
Text Example
Text Example
White with #D913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913BA; }
p { color: rgb(217,19,186); }
H1.HeaderClassName
{
color: #D913BA;
}
.AnyTagClassName
{
color: #D913BA;
}
</style>
background-color css
<style>
a { background-color: #D913BA; }
a { background-color: rgb(217,19,186); }
div.DivClassName
{
background-color: #D913BA;
}
.BgClassName
{
background-color: #D913BA;
}
</style>
border-color css
<style>
span { border-color: #D913BA; }
span { border-color: rgb(217,19,186); }
td.TdClassName
{
border-color: #D913BA;
}
.TagClassName
{
border-color: #D913BA;
}
</style>