Shades of Deep Magenta #D815D0
Tints of Deep Magenta #D815D0
RGB
CMYK
RGB Variations
Color information
#D815D0 (or 0xD815D0) is known color: Deep Magenta. HEX triplet: D8, 15 and D0. RGB value is (216,21,208). Sum of RGB (Red+Green+Blue) = 216+21+208=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D815D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815D0 is #27EA2F. Grayscale: #646464. Windows color (decimal): -2615856 or 13637080. OLE color: 13637080.
HSL color Cylindrical-coordinate representation of color #D815D0: hue angle of 302.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815D0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 208 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.15 |
| HSL | 302.46º | 0.82% | 0.46% | - |
| HSV(B) | 302.46º | 0.9% | 0.85% | - |
| XYZ | 39.97 | 19.69 | 61.37 | - |
| YUV | 100.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 208 | 0 | 0.90 | 0.04 | 0.15 | 302.46 | 0.82 | 0.46 |
| Hex | D8 | 15 | D0 | 0 | 5A | 4 | F | 12E | 52 | 2E |
| Octal | 330 | 25 | 320 | 0 | 132 | 4 | 17 | 456 | 122 | 56 |
| Binary | 11011000 | 10101 | 11010000 | 0 | 1011010 | 100 | 1111 | 100101110 | 1010010 | 101110 |
Color Harmonies of #D815D0
Complementary color
Monochromatic Colors of #D815D0
Black with #D815D0
Text Example
Text Example
White with #D815D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815D0; }
p { color: rgb(216,21,208); }
H1.HeaderClassName
{
color: #D815D0;
}
.AnyTagClassName
{
color: #D815D0;
}
</style>
background-color css
<style>
a { background-color: #D815D0; }
a { background-color: rgb(216,21,208); }
div.DivClassName
{
background-color: #D815D0;
}
.BgClassName
{
background-color: #D815D0;
}
</style>
border-color css
<style>
span { border-color: #D815D0; }
span { border-color: rgb(216,21,208); }
td.TdClassName
{
border-color: #D815D0;
}
.TagClassName
{
border-color: #D815D0;
}
</style>