Shades of Deep Magenta #D015DF
Tints of Deep Magenta #D015DF
RGB
CMYK
RGB Variations
Color information
#D015DF (or 0xD015DF) is known color: Deep Magenta. HEX triplet: D0, 15 and DF. RGB value is (208,21,223). Sum of RGB (Red+Green+Blue) = 208+21+223=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #D015DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015DF is #2FEA20. Grayscale: #636363. Windows color (decimal): -3140129 or 14620112. OLE color: 14620112.
HSL color Cylindrical-coordinate representation of color #D015DF: hue angle of 295.54º 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 #D015DF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 21 | 223 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.13 |
| HSL | 295.54º | 0.83% | 0.48% | - |
| HSV(B) | 295.54º | 0.91% | 0.87% | - |
| XYZ | 39.6 | 19.27 | 71.45 | - |
| YUV | 99.94 | 197.45 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 223 | 0.07 | 0.91 | 0 | 0.13 | 295.54 | 0.83 | 0.48 |
| Hex | D0 | 15 | DF | 7 | 5B | 0 | D | 128 | 53 | 30 |
| Octal | 320 | 25 | 337 | 7 | 133 | 0 | 15 | 450 | 123 | 60 |
| Binary | 11010000 | 10101 | 11011111 | 111 | 1011011 | 0 | 1101 | 100101000 | 1010011 | 110000 |
Color Harmonies of #D015DF
Complementary color
Monochromatic Colors of #D015DF
Black with #D015DF
Text Example
Text Example
White with #D015DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015DF; }
p { color: rgb(208,21,223); }
H1.HeaderClassName
{
color: #D015DF;
}
.AnyTagClassName
{
color: #D015DF;
}
</style>
background-color css
<style>
a { background-color: #D015DF; }
a { background-color: rgb(208,21,223); }
div.DivClassName
{
background-color: #D015DF;
}
.BgClassName
{
background-color: #D015DF;
}
</style>
border-color css
<style>
span { border-color: #D015DF; }
span { border-color: rgb(208,21,223); }
td.TdClassName
{
border-color: #D015DF;
}
.TagClassName
{
border-color: #D015DF;
}
</style>