Shades of Deep Magenta #D319B5
Tints of Deep Magenta #D319B5
RGB
CMYK
RGB Variations
Color information
#D319B5 (or 0xD319B5) is known color: Deep Magenta. HEX triplet: D3, 19 and B5. RGB value is (211,25,181). Sum of RGB (Red+Green+Blue) = 211+25+181=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D319B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319B5 is #2CE64A. Grayscale: #616161. Windows color (decimal): -2942539 or 11868627. OLE color: 11868627.
HSL color Cylindrical-coordinate representation of color #D319B5: hue angle of 309.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D319B5 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 181 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.17 |
| HSL | 309.68º | 0.79% | 0.46% | - |
| HSV(B) | 309.68º | 0.88% | 0.83% | - |
| XYZ | 35.55 | 17.88 | 45.29 | - |
| YUV | 98.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 181 | 0 | 0.88 | 0.14 | 0.17 | 309.68 | 0.79 | 0.46 |
| Hex | D3 | 19 | B5 | 0 | 58 | E | 11 | 136 | 4F | 2E |
| Octal | 323 | 31 | 265 | 0 | 130 | 16 | 21 | 466 | 117 | 56 |
| Binary | 11010011 | 11001 | 10110101 | 0 | 1011000 | 1110 | 10001 | 100110110 | 1001111 | 101110 |
Color Harmonies of #D319B5
Complementary color
Monochromatic Colors of #D319B5
Black with #D319B5
Text Example
Text Example
White with #D319B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319B5; }
p { color: rgb(211,25,181); }
H1.HeaderClassName
{
color: #D319B5;
}
.AnyTagClassName
{
color: #D319B5;
}
</style>
background-color css
<style>
a { background-color: #D319B5; }
a { background-color: rgb(211,25,181); }
div.DivClassName
{
background-color: #D319B5;
}
.BgClassName
{
background-color: #D319B5;
}
</style>
border-color css
<style>
span { border-color: #D319B5; }
span { border-color: rgb(211,25,181); }
td.TdClassName
{
border-color: #D319B5;
}
.TagClassName
{
border-color: #D319B5;
}
</style>