Shades of Deep Magenta #D915C9
Tints of Deep Magenta #D915C9
RGB
CMYK
RGB Variations
Color information
#D915C9 (or 0xD915C9) is known color: Deep Magenta. HEX triplet: D9, 15 and C9. RGB value is (217,21,201). Sum of RGB (Red+Green+Blue) = 217+21+201=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D915C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915C9 is #26EA36. Grayscale: #636363. Windows color (decimal): -2550327 or 13178329. OLE color: 13178329.
HSL color Cylindrical-coordinate representation of color #D915C9: hue angle of 304.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D915C9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 201 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.15 |
| HSL | 304.9º | 0.82% | 0.47% | - |
| HSV(B) | 304.9º | 0.9% | 0.85% | - |
| XYZ | 39.43 | 19.51 | 56.95 | - |
| YUV | 100.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 201 | 0 | 0.90 | 0.07 | 0.15 | 304.9 | 0.82 | 0.47 |
| Hex | D9 | 15 | C9 | 0 | 5A | 7 | F | 131 | 52 | 2F |
| Octal | 331 | 25 | 311 | 0 | 132 | 7 | 17 | 461 | 122 | 57 |
| Binary | 11011001 | 10101 | 11001001 | 0 | 1011010 | 111 | 1111 | 100110001 | 1010010 | 101111 |
Color Harmonies of #D915C9
Complementary color
Monochromatic Colors of #D915C9
Black with #D915C9
Text Example
Text Example
White with #D915C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915C9; }
p { color: rgb(217,21,201); }
H1.HeaderClassName
{
color: #D915C9;
}
.AnyTagClassName
{
color: #D915C9;
}
</style>
background-color css
<style>
a { background-color: #D915C9; }
a { background-color: rgb(217,21,201); }
div.DivClassName
{
background-color: #D915C9;
}
.BgClassName
{
background-color: #D915C9;
}
</style>
border-color css
<style>
span { border-color: #D915C9; }
span { border-color: rgb(217,21,201); }
td.TdClassName
{
border-color: #D915C9;
}
.TagClassName
{
border-color: #D915C9;
}
</style>