Shades of Deep Magenta #D718BF
Tints of Deep Magenta #D718BF
RGB
CMYK
RGB Variations
Color information
#D718BF (or 0xD718BF) is known color: Deep Magenta. HEX triplet: D7, 18 and BF. RGB value is (215,24,191). Sum of RGB (Red+Green+Blue) = 215+24+191=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D718BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718BF is #28E740. Grayscale: #636363. Windows color (decimal): -2680641 or 12523735. OLE color: 12523735.
HSL color Cylindrical-coordinate representation of color #D718BF: hue angle of 307.54º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718BF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 191 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.16 |
| HSL | 307.54º | 0.8% | 0.47% | - |
| HSV(B) | 307.54º | 0.89% | 0.84% | - |
| XYZ | 37.75 | 18.86 | 50.94 | - |
| YUV | 100.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 191 | 0 | 0.89 | 0.11 | 0.16 | 307.54 | 0.8 | 0.47 |
| Hex | D7 | 18 | BF | 0 | 59 | B | 10 | 134 | 50 | 2F |
| Octal | 327 | 30 | 277 | 0 | 131 | 13 | 20 | 464 | 120 | 57 |
| Binary | 11010111 | 11000 | 10111111 | 0 | 1011001 | 1011 | 10000 | 100110100 | 1010000 | 101111 |
Color Harmonies of #D718BF
Complementary color
Monochromatic Colors of #D718BF
Black with #D718BF
Text Example
Text Example
White with #D718BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718BF; }
p { color: rgb(215,24,191); }
H1.HeaderClassName
{
color: #D718BF;
}
.AnyTagClassName
{
color: #D718BF;
}
</style>
background-color css
<style>
a { background-color: #D718BF; }
a { background-color: rgb(215,24,191); }
div.DivClassName
{
background-color: #D718BF;
}
.BgClassName
{
background-color: #D718BF;
}
</style>
border-color css
<style>
span { border-color: #D718BF; }
span { border-color: rgb(215,24,191); }
td.TdClassName
{
border-color: #D718BF;
}
.TagClassName
{
border-color: #D718BF;
}
</style>