Shades of Deep Magenta #D913C5
Tints of Deep Magenta #D913C5
RGB
CMYK
RGB Variations
Color information
#D913C5 (or 0xD913C5) is known color: Deep Magenta. HEX triplet: D9, 13 and C5. RGB value is (217,19,197). Sum of RGB (Red+Green+Blue) = 217+19+197=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D913C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913C5 is #26EC3A. Grayscale: #616161. Windows color (decimal): -2550843 or 12915673. OLE color: 12915673.
HSL color Cylindrical-coordinate representation of color #D913C5: hue angle of 306.06º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913C5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 197 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.15 |
| HSL | 306.06º | 0.84% | 0.46% | - |
| HSV(B) | 306.06º | 0.91% | 0.85% | - |
| XYZ | 38.93 | 19.25 | 54.49 | - |
| YUV | 98.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 197 | 0 | 0.91 | 0.09 | 0.15 | 306.06 | 0.84 | 0.46 |
| Hex | D9 | 13 | C5 | 0 | 5B | 9 | F | 132 | 54 | 2E |
| Octal | 331 | 23 | 305 | 0 | 133 | 11 | 17 | 462 | 124 | 56 |
| Binary | 11011001 | 10011 | 11000101 | 0 | 1011011 | 1001 | 1111 | 100110010 | 1010100 | 101110 |
Color Harmonies of #D913C5
Complementary color
Monochromatic Colors of #D913C5
Black with #D913C5
Text Example
Text Example
White with #D913C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913C5; }
p { color: rgb(217,19,197); }
H1.HeaderClassName
{
color: #D913C5;
}
.AnyTagClassName
{
color: #D913C5;
}
</style>
background-color css
<style>
a { background-color: #D913C5; }
a { background-color: rgb(217,19,197); }
div.DivClassName
{
background-color: #D913C5;
}
.BgClassName
{
background-color: #D913C5;
}
</style>
border-color css
<style>
span { border-color: #D913C5; }
span { border-color: rgb(217,19,197); }
td.TdClassName
{
border-color: #D913C5;
}
.TagClassName
{
border-color: #D913C5;
}
</style>