Shades of Deep Magenta #D815DF
Tints of Deep Magenta #D815DF
RGB
CMYK
RGB Variations
Color information
#D815DF (or 0xD815DF) is known color: Deep Magenta. HEX triplet: D8, 15 and DF. RGB value is (216,21,223). Sum of RGB (Red+Green+Blue) = 216+21+223=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D815DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815DF is #27EA20. Grayscale: #656565. Windows color (decimal): -2615841 or 14620120. OLE color: 14620120.
HSL color Cylindrical-coordinate representation of color #D815DF: hue angle of 297.92º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D815DF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 21 | 223 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.13 |
| HSL | 297.92º | 0.83% | 0.48% | - |
| HSV(B) | 297.92º | 0.91% | 0.87% | - |
| XYZ | 41.91 | 20.46 | 71.55 | - |
| YUV | 102.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 223 | 0.03 | 0.91 | 0 | 0.13 | 297.92 | 0.83 | 0.48 |
| Hex | D8 | 15 | DF | 3 | 5B | 0 | D | 12A | 53 | 30 |
| Octal | 330 | 25 | 337 | 3 | 133 | 0 | 15 | 452 | 123 | 60 |
| Binary | 11011000 | 10101 | 11011111 | 11 | 1011011 | 0 | 1101 | 100101010 | 1010011 | 110000 |
Color Harmonies of #D815DF
Complementary color
Monochromatic Colors of #D815DF
Black with #D815DF
Text Example
Text Example
White with #D815DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815DF; }
p { color: rgb(216,21,223); }
H1.HeaderClassName
{
color: #D815DF;
}
.AnyTagClassName
{
color: #D815DF;
}
</style>
background-color css
<style>
a { background-color: #D815DF; }
a { background-color: rgb(216,21,223); }
div.DivClassName
{
background-color: #D815DF;
}
.BgClassName
{
background-color: #D815DF;
}
</style>
border-color css
<style>
span { border-color: #D815DF; }
span { border-color: rgb(216,21,223); }
td.TdClassName
{
border-color: #D815DF;
}
.TagClassName
{
border-color: #D815DF;
}
</style>