Shades of Deep Magenta #D115DA
Tints of Deep Magenta #D115DA
RGB
CMYK
RGB Variations
Color information
#D115DA (or 0xD115DA) is known color: Deep Magenta. HEX triplet: D1, 15 and DA. RGB value is (209,21,218). Sum of RGB (Red+Green+Blue) = 209+21+218=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D115DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115DA is #2EEA25. Grayscale: #636363. Windows color (decimal): -3074598 or 14292433. OLE color: 14292433.
HSL color Cylindrical-coordinate representation of color #D115DA: hue angle of 297.26º 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 #D115DA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 21 | 218 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.15 |
| HSL | 297.26º | 0.82% | 0.47% | - |
| HSV(B) | 297.26º | 0.9% | 0.85% | - |
| XYZ | 39.22 | 19.15 | 67.96 | - |
| YUV | 99.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 218 | 0.04 | 0.90 | 0 | 0.15 | 297.26 | 0.82 | 0.47 |
| Hex | D1 | 15 | DA | 4 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 321 | 25 | 332 | 4 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11010001 | 10101 | 11011010 | 100 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #D115DA
Complementary color
Monochromatic Colors of #D115DA
Black with #D115DA
Text Example
Text Example
White with #D115DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115DA; }
p { color: rgb(209,21,218); }
H1.HeaderClassName
{
color: #D115DA;
}
.AnyTagClassName
{
color: #D115DA;
}
</style>
background-color css
<style>
a { background-color: #D115DA; }
a { background-color: rgb(209,21,218); }
div.DivClassName
{
background-color: #D115DA;
}
.BgClassName
{
background-color: #D115DA;
}
</style>
border-color css
<style>
span { border-color: #D115DA; }
span { border-color: rgb(209,21,218); }
td.TdClassName
{
border-color: #D115DA;
}
.TagClassName
{
border-color: #D115DA;
}
</style>