Shades of Deep Magenta #D913C9
Tints of Deep Magenta #D913C9
RGB
CMYK
RGB Variations
Color information
#D913C9 (or 0xD913C9) is known color: Deep Magenta. HEX triplet: D9, 13 and C9. RGB value is (217,19,201). Sum of RGB (Red+Green+Blue) = 217+19+201=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D913C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913C9 is #26EC36. Grayscale: #626262. Windows color (decimal): -2550839 or 13177817. OLE color: 13177817.
HSL color Cylindrical-coordinate representation of color #D913C9: hue angle of 304.85º 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 #D913C9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 201 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.15 |
| HSL | 304.85º | 0.84% | 0.46% | - |
| HSV(B) | 304.85º | 0.91% | 0.85% | - |
| XYZ | 39.39 | 19.43 | 56.93 | - |
| YUV | 98.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 201 | 0 | 0.91 | 0.07 | 0.15 | 304.85 | 0.84 | 0.46 |
| Hex | D9 | 13 | C9 | 0 | 5B | 7 | F | 131 | 54 | 2E |
| Octal | 331 | 23 | 311 | 0 | 133 | 7 | 17 | 461 | 124 | 56 |
| Binary | 11011001 | 10011 | 11001001 | 0 | 1011011 | 111 | 1111 | 100110001 | 1010100 | 101110 |
Color Harmonies of #D913C9
Complementary color
Monochromatic Colors of #D913C9
Black with #D913C9
Text Example
Text Example
White with #D913C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913C9; }
p { color: rgb(217,19,201); }
H1.HeaderClassName
{
color: #D913C9;
}
.AnyTagClassName
{
color: #D913C9;
}
</style>
background-color css
<style>
a { background-color: #D913C9; }
a { background-color: rgb(217,19,201); }
div.DivClassName
{
background-color: #D913C9;
}
.BgClassName
{
background-color: #D913C9;
}
</style>
border-color css
<style>
span { border-color: #D913C9; }
span { border-color: rgb(217,19,201); }
td.TdClassName
{
border-color: #D913C9;
}
.TagClassName
{
border-color: #D913C9;
}
</style>