Shades of Deep Magenta #D919BE
Tints of Deep Magenta #D919BE
RGB
CMYK
RGB Variations
Color information
#D919BE (or 0xD919BE) is known color: Deep Magenta. HEX triplet: D9, 19 and BE. RGB value is (217,25,190). Sum of RGB (Red+Green+Blue) = 217+25+190=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D919BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919BE is #26E641. Grayscale: #646464. Windows color (decimal): -2549314 or 12458457. OLE color: 12458457.
HSL color Cylindrical-coordinate representation of color #D919BE: hue angle of 308.44º 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 #D919BE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 190 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.15 |
| HSL | 308.44º | 0.79% | 0.47% | - |
| HSV(B) | 308.44º | 0.88% | 0.85% | - |
| XYZ | 38.26 | 19.16 | 50.4 | - |
| YUV | 101.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 190 | 0 | 0.88 | 0.12 | 0.15 | 308.44 | 0.79 | 0.47 |
| Hex | D9 | 19 | BE | 0 | 58 | C | F | 134 | 4F | 2F |
| Octal | 331 | 31 | 276 | 0 | 130 | 14 | 17 | 464 | 117 | 57 |
| Binary | 11011001 | 11001 | 10111110 | 0 | 1011000 | 1100 | 1111 | 100110100 | 1001111 | 101111 |
Color Harmonies of #D919BE
Complementary color
Monochromatic Colors of #D919BE
Black with #D919BE
Text Example
Text Example
White with #D919BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919BE; }
p { color: rgb(217,25,190); }
H1.HeaderClassName
{
color: #D919BE;
}
.AnyTagClassName
{
color: #D919BE;
}
</style>
background-color css
<style>
a { background-color: #D919BE; }
a { background-color: rgb(217,25,190); }
div.DivClassName
{
background-color: #D919BE;
}
.BgClassName
{
background-color: #D919BE;
}
</style>
border-color css
<style>
span { border-color: #D919BE; }
span { border-color: rgb(217,25,190); }
td.TdClassName
{
border-color: #D919BE;
}
.TagClassName
{
border-color: #D919BE;
}
</style>