Shades of Deep Magenta #D115CF
Tints of Deep Magenta #D115CF
RGB
CMYK
RGB Variations
Color information
#D115CF (or 0xD115CF) is known color: Deep Magenta. HEX triplet: D1, 15 and CF. RGB value is (209,21,207). Sum of RGB (Red+Green+Blue) = 209+21+207=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D115CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115CF is #2EEA30. Grayscale: #616161. Windows color (decimal): -3074609 or 13571537. OLE color: 13571537.
HSL color Cylindrical-coordinate representation of color #D115CF: hue angle of 300.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115CF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 207 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.18 |
| HSL | 300.64º | 0.82% | 0.45% | - |
| HSV(B) | 300.64º | 0.9% | 0.82% | - |
| XYZ | 37.83 | 18.6 | 60.63 | - |
| YUV | 98.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 207 | 0 | 0.90 | 0.01 | 0.18 | 300.64 | 0.82 | 0.45 |
| Hex | D1 | 15 | CF | 0 | 5A | 1 | 12 | 12D | 52 | 2D |
| Octal | 321 | 25 | 317 | 0 | 132 | 1 | 22 | 455 | 122 | 55 |
| Binary | 11010001 | 10101 | 11001111 | 0 | 1011010 | 1 | 10010 | 100101101 | 1010010 | 101101 |
Color Harmonies of #D115CF
Complementary color
Monochromatic Colors of #D115CF
Black with #D115CF
Text Example
Text Example
White with #D115CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115CF; }
p { color: rgb(209,21,207); }
H1.HeaderClassName
{
color: #D115CF;
}
.AnyTagClassName
{
color: #D115CF;
}
</style>
background-color css
<style>
a { background-color: #D115CF; }
a { background-color: rgb(209,21,207); }
div.DivClassName
{
background-color: #D115CF;
}
.BgClassName
{
background-color: #D115CF;
}
</style>
border-color css
<style>
span { border-color: #D115CF; }
span { border-color: rgb(209,21,207); }
td.TdClassName
{
border-color: #D115CF;
}
.TagClassName
{
border-color: #D115CF;
}
</style>