Shades of Deep Magenta #D718B4
Tints of Deep Magenta #D718B4
RGB
CMYK
RGB Variations
Color information
#D718B4 (or 0xD718B4) is known color: Deep Magenta. HEX triplet: D7, 18 and B4. RGB value is (215,24,180). Sum of RGB (Red+Green+Blue) = 215+24+180=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D718B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D718B4 is #28E74B. Grayscale: #626262. Windows color (decimal): -2680652 or 11802839. OLE color: 11802839.
HSL color Cylindrical-coordinate representation of color #D718B4: hue angle of 310.99º 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 #D718B4 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 180 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.16 |
| HSL | 310.99º | 0.8% | 0.47% | - |
| HSV(B) | 310.99º | 0.89% | 0.84% | - |
| XYZ | 36.59 | 18.4 | 44.8 | - |
| YUV | 98.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 180 | 0 | 0.89 | 0.16 | 0.16 | 310.99 | 0.8 | 0.47 |
| Hex | D7 | 18 | B4 | 0 | 59 | 10 | 10 | 137 | 50 | 2F |
| Octal | 327 | 30 | 264 | 0 | 131 | 20 | 20 | 467 | 120 | 57 |
| Binary | 11010111 | 11000 | 10110100 | 0 | 1011001 | 10000 | 10000 | 100110111 | 1010000 | 101111 |
Color Harmonies of #D718B4
Complementary color
Monochromatic Colors of #D718B4
Black with #D718B4
Text Example
Text Example
White with #D718B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718B4; }
p { color: rgb(215,24,180); }
H1.HeaderClassName
{
color: #D718B4;
}
.AnyTagClassName
{
color: #D718B4;
}
</style>
background-color css
<style>
a { background-color: #D718B4; }
a { background-color: rgb(215,24,180); }
div.DivClassName
{
background-color: #D718B4;
}
.BgClassName
{
background-color: #D718B4;
}
</style>
border-color css
<style>
span { border-color: #D718B4; }
span { border-color: rgb(215,24,180); }
td.TdClassName
{
border-color: #D718B4;
}
.TagClassName
{
border-color: #D718B4;
}
</style>