Shades of Deep Magenta #D913BE
Tints of Deep Magenta #D913BE
RGB
CMYK
RGB Variations
Color information
#D913BE (or 0xD913BE) is known color: Deep Magenta. HEX triplet: D9, 13 and BE. RGB value is (217,19,190). Sum of RGB (Red+Green+Blue) = 217+19+190=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D913BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913BE is #26EC41. Grayscale: #616161. Windows color (decimal): -2550850 or 12456921. OLE color: 12456921.
HSL color Cylindrical-coordinate representation of color #D913BE: hue angle of 308.18º 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 #D913BE is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.15 |
| HSL | 308.18º | 0.84% | 0.46% | - |
| HSV(B) | 308.18º | 0.91% | 0.85% | - |
| XYZ | 38.14 | 18.94 | 50.36 | - |
| YUV | 97.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 190 | 0 | 0.91 | 0.12 | 0.15 | 308.18 | 0.84 | 0.46 |
| Hex | D9 | 13 | BE | 0 | 5B | C | F | 134 | 54 | 2E |
| Octal | 331 | 23 | 276 | 0 | 133 | 14 | 17 | 464 | 124 | 56 |
| Binary | 11011001 | 10011 | 10111110 | 0 | 1011011 | 1100 | 1111 | 100110100 | 1010100 | 101110 |
Color Harmonies of #D913BE
Complementary color
Monochromatic Colors of #D913BE
Black with #D913BE
Text Example
Text Example
White with #D913BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913BE; }
p { color: rgb(217,19,190); }
H1.HeaderClassName
{
color: #D913BE;
}
.AnyTagClassName
{
color: #D913BE;
}
</style>
background-color css
<style>
a { background-color: #D913BE; }
a { background-color: rgb(217,19,190); }
div.DivClassName
{
background-color: #D913BE;
}
.BgClassName
{
background-color: #D913BE;
}
</style>
border-color css
<style>
span { border-color: #D913BE; }
span { border-color: rgb(217,19,190); }
td.TdClassName
{
border-color: #D913BE;
}
.TagClassName
{
border-color: #D913BE;
}
</style>