Shades of Deep Magenta #D815D2
Tints of Deep Magenta #D815D2
RGB
CMYK
RGB Variations
Color information
#D815D2 (or 0xD815D2) is known color: Deep Magenta. HEX triplet: D8, 15 and D2. RGB value is (216,21,210). Sum of RGB (Red+Green+Blue) = 216+21+210=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D815D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815D2 is #27EA2D. Grayscale: #646464. Windows color (decimal): -2615854 or 13768152. OLE color: 13768152.
HSL color Cylindrical-coordinate representation of color #D815D2: hue angle of 301.85º 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 #D815D2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 210 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.15 |
| HSL | 301.85º | 0.82% | 0.46% | - |
| HSV(B) | 301.85º | 0.9% | 0.85% | - |
| XYZ | 40.22 | 19.79 | 62.67 | - |
| YUV | 100.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 210 | 0 | 0.90 | 0.03 | 0.15 | 301.85 | 0.82 | 0.46 |
| Hex | D8 | 15 | D2 | 0 | 5A | 3 | F | 12E | 52 | 2E |
| Octal | 330 | 25 | 322 | 0 | 132 | 3 | 17 | 456 | 122 | 56 |
| Binary | 11011000 | 10101 | 11010010 | 0 | 1011010 | 11 | 1111 | 100101110 | 1010010 | 101110 |
Color Harmonies of #D815D2
Complementary color
Monochromatic Colors of #D815D2
Black with #D815D2
Text Example
Text Example
White with #D815D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815D2; }
p { color: rgb(216,21,210); }
H1.HeaderClassName
{
color: #D815D2;
}
.AnyTagClassName
{
color: #D815D2;
}
</style>
background-color css
<style>
a { background-color: #D815D2; }
a { background-color: rgb(216,21,210); }
div.DivClassName
{
background-color: #D815D2;
}
.BgClassName
{
background-color: #D815D2;
}
</style>
border-color css
<style>
span { border-color: #D815D2; }
span { border-color: rgb(216,21,210); }
td.TdClassName
{
border-color: #D815D2;
}
.TagClassName
{
border-color: #D815D2;
}
</style>