Shades of Deep Magenta #D918C5
Tints of Deep Magenta #D918C5
RGB
CMYK
RGB Variations
Color information
#D918C5 (or 0xD918C5) is known color: Deep Magenta. HEX triplet: D9, 18 and C5. RGB value is (217,24,197). Sum of RGB (Red+Green+Blue) = 217+24+197=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D918C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918C5 is #26E73A. Grayscale: #646464. Windows color (decimal): -2549563 or 12916953. OLE color: 12916953.
HSL color Cylindrical-coordinate representation of color #D918C5: hue angle of 306.22º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918C5 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.15 |
| HSL | 306.22º | 0.8% | 0.47% | - |
| HSV(B) | 306.22º | 0.89% | 0.85% | - |
| XYZ | 39.02 | 19.44 | 54.52 | - |
| YUV | 101.43 | 181.94 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 197 | 0 | 0.89 | 0.09 | 0.15 | 306.22 | 0.8 | 0.47 |
| Hex | D9 | 18 | C5 | 0 | 59 | 9 | F | 132 | 50 | 2F |
| Octal | 331 | 30 | 305 | 0 | 131 | 11 | 17 | 462 | 120 | 57 |
| Binary | 11011001 | 11000 | 11000101 | 0 | 1011001 | 1001 | 1111 | 100110010 | 1010000 | 101111 |
Color Harmonies of #D918C5
Complementary color
Monochromatic Colors of #D918C5
Black with #D918C5
Text Example
Text Example
White with #D918C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918C5; }
p { color: rgb(217,24,197); }
H1.HeaderClassName
{
color: #D918C5;
}
.AnyTagClassName
{
color: #D918C5;
}
</style>
background-color css
<style>
a { background-color: #D918C5; }
a { background-color: rgb(217,24,197); }
div.DivClassName
{
background-color: #D918C5;
}
.BgClassName
{
background-color: #D918C5;
}
</style>
border-color css
<style>
span { border-color: #D918C5; }
span { border-color: rgb(217,24,197); }
td.TdClassName
{
border-color: #D918C5;
}
.TagClassName
{
border-color: #D918C5;
}
</style>