Shades of Deep Magenta #D819BD
Tints of Deep Magenta #D819BD
RGB
CMYK
RGB Variations
Color information
#D819BD (or 0xD819BD) is known color: Deep Magenta. HEX triplet: D8, 19 and BD. RGB value is (216,25,189). Sum of RGB (Red+Green+Blue) = 216+25+189=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D819BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819BD is #27E642. Grayscale: #646464. Windows color (decimal): -2614851 or 12392920. OLE color: 12392920.
HSL color Cylindrical-coordinate representation of color #D819BD: hue angle of 308.48º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D819BD is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.15 |
| HSL | 308.48º | 0.79% | 0.47% | - |
| HSV(B) | 308.48º | 0.88% | 0.85% | - |
| XYZ | 37.85 | 18.97 | 49.81 | - |
| YUV | 100.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 189 | 0 | 0.88 | 0.12 | 0.15 | 308.48 | 0.79 | 0.47 |
| Hex | D8 | 19 | BD | 0 | 58 | C | F | 134 | 4F | 2F |
| Octal | 330 | 31 | 275 | 0 | 130 | 14 | 17 | 464 | 117 | 57 |
| Binary | 11011000 | 11001 | 10111101 | 0 | 1011000 | 1100 | 1111 | 100110100 | 1001111 | 101111 |
Color Harmonies of #D819BD
Complementary color
Monochromatic Colors of #D819BD
Black with #D819BD
Text Example
Text Example
White with #D819BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819BD; }
p { color: rgb(216,25,189); }
H1.HeaderClassName
{
color: #D819BD;
}
.AnyTagClassName
{
color: #D819BD;
}
</style>
background-color css
<style>
a { background-color: #D819BD; }
a { background-color: rgb(216,25,189); }
div.DivClassName
{
background-color: #D819BD;
}
.BgClassName
{
background-color: #D819BD;
}
</style>
border-color css
<style>
span { border-color: #D819BD; }
span { border-color: rgb(216,25,189); }
td.TdClassName
{
border-color: #D819BD;
}
.TagClassName
{
border-color: #D819BD;
}
</style>