Shades of Deep Magenta #D115C3
Tints of Deep Magenta #D115C3
RGB
CMYK
RGB Variations
Color information
#D115C3 (or 0xD115C3) is known color: Deep Magenta. HEX triplet: D1, 15 and C3. RGB value is (209,21,195). Sum of RGB (Red+Green+Blue) = 209+21+195=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D115C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115C3 is #2EEA3C. Grayscale: #606060. Windows color (decimal): -3074621 or 12785105. OLE color: 12785105.
HSL color Cylindrical-coordinate representation of color #D115C3: hue angle of 304.47º 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 #D115C3 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 195 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.18 |
| HSL | 304.47º | 0.82% | 0.45% | - |
| HSV(B) | 304.47º | 0.9% | 0.82% | - |
| XYZ | 36.41 | 18.03 | 53.19 | - |
| YUV | 97.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 195 | 0 | 0.90 | 0.07 | 0.18 | 304.47 | 0.82 | 0.45 |
| Hex | D1 | 15 | C3 | 0 | 5A | 7 | 12 | 130 | 52 | 2D |
| Octal | 321 | 25 | 303 | 0 | 132 | 7 | 22 | 460 | 122 | 55 |
| Binary | 11010001 | 10101 | 11000011 | 0 | 1011010 | 111 | 10010 | 100110000 | 1010010 | 101101 |
Color Harmonies of #D115C3
Complementary color
Monochromatic Colors of #D115C3
Black with #D115C3
Text Example
Text Example
White with #D115C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115C3; }
p { color: rgb(209,21,195); }
H1.HeaderClassName
{
color: #D115C3;
}
.AnyTagClassName
{
color: #D115C3;
}
</style>
background-color css
<style>
a { background-color: #D115C3; }
a { background-color: rgb(209,21,195); }
div.DivClassName
{
background-color: #D115C3;
}
.BgClassName
{
background-color: #D115C3;
}
</style>
border-color css
<style>
span { border-color: #D115C3; }
span { border-color: rgb(209,21,195); }
td.TdClassName
{
border-color: #D115C3;
}
.TagClassName
{
border-color: #D115C3;
}
</style>