Shades of Deep Magenta #D319BD
Tints of Deep Magenta #D319BD
RGB
CMYK
RGB Variations
Color information
#D319BD (or 0xD319BD) is known color: Deep Magenta. HEX triplet: D3, 19 and BD. RGB value is (211,25,189). Sum of RGB (Red+Green+Blue) = 211+25+189=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D319BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319BD is #2CE642. Grayscale: #626262. Windows color (decimal): -2942531 or 12392915. OLE color: 12392915.
HSL color Cylindrical-coordinate representation of color #D319BD: hue angle of 307.1º 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 #D319BD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.17 |
| HSL | 307.1º | 0.79% | 0.46% | - |
| HSV(B) | 307.1º | 0.88% | 0.83% | - |
| XYZ | 36.4 | 18.22 | 49.74 | - |
| YUV | 99.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 189 | 0 | 0.88 | 0.10 | 0.17 | 307.1 | 0.79 | 0.46 |
| Hex | D3 | 19 | BD | 0 | 58 | A | 11 | 133 | 4F | 2E |
| Octal | 323 | 31 | 275 | 0 | 130 | 12 | 21 | 463 | 117 | 56 |
| Binary | 11010011 | 11001 | 10111101 | 0 | 1011000 | 1010 | 10001 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D319BD
Complementary color
Monochromatic Colors of #D319BD
Black with #D319BD
Text Example
Text Example
White with #D319BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319BD; }
p { color: rgb(211,25,189); }
H1.HeaderClassName
{
color: #D319BD;
}
.AnyTagClassName
{
color: #D319BD;
}
</style>
background-color css
<style>
a { background-color: #D319BD; }
a { background-color: rgb(211,25,189); }
div.DivClassName
{
background-color: #D319BD;
}
.BgClassName
{
background-color: #D319BD;
}
</style>
border-color css
<style>
span { border-color: #D319BD; }
span { border-color: rgb(211,25,189); }
td.TdClassName
{
border-color: #D319BD;
}
.TagClassName
{
border-color: #D319BD;
}
</style>