Shades of Deep Magenta #D815D4
Tints of Deep Magenta #D815D4
RGB
CMYK
RGB Variations
Color information
#D815D4 (or 0xD815D4) is known color: Deep Magenta. HEX triplet: D8, 15 and D4. RGB value is (216,21,212). Sum of RGB (Red+Green+Blue) = 216+21+212=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D815D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815D4 is #27EA2B. Grayscale: #646464. Windows color (decimal): -2615852 or 13899224. OLE color: 13899224.
HSL color Cylindrical-coordinate representation of color #D815D4: hue angle of 301.23º 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 #D815D4 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 212 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.15 |
| HSL | 301.23º | 0.82% | 0.46% | - |
| HSV(B) | 301.23º | 0.9% | 0.85% | - |
| XYZ | 40.47 | 19.89 | 63.99 | - |
| YUV | 101.08 | 190.6 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 212 | 0 | 0.90 | 0.02 | 0.15 | 301.23 | 0.82 | 0.46 |
| Hex | D8 | 15 | D4 | 0 | 5A | 2 | F | 12D | 52 | 2E |
| Octal | 330 | 25 | 324 | 0 | 132 | 2 | 17 | 455 | 122 | 56 |
| Binary | 11011000 | 10101 | 11010100 | 0 | 1011010 | 10 | 1111 | 100101101 | 1010010 | 101110 |
Color Harmonies of #D815D4
Complementary color
Monochromatic Colors of #D815D4
Black with #D815D4
Text Example
Text Example
White with #D815D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815D4; }
p { color: rgb(216,21,212); }
H1.HeaderClassName
{
color: #D815D4;
}
.AnyTagClassName
{
color: #D815D4;
}
</style>
background-color css
<style>
a { background-color: #D815D4; }
a { background-color: rgb(216,21,212); }
div.DivClassName
{
background-color: #D815D4;
}
.BgClassName
{
background-color: #D815D4;
}
</style>
border-color css
<style>
span { border-color: #D815D4; }
span { border-color: rgb(216,21,212); }
td.TdClassName
{
border-color: #D815D4;
}
.TagClassName
{
border-color: #D815D4;
}
</style>