Shades of Deep Magenta #D015DC
Tints of Deep Magenta #D015DC
RGB
CMYK
RGB Variations
Color information
#D015DC (or 0xD015DC) is known color: Deep Magenta. HEX triplet: D0, 15 and DC. RGB value is (208,21,220). Sum of RGB (Red+Green+Blue) = 208+21+220=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D015DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015DC is #2FEA23. Grayscale: #626262. Windows color (decimal): -3140132 or 14423504. OLE color: 14423504.
HSL color Cylindrical-coordinate representation of color #D015DC: hue angle of 296.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D015DC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 21 | 220 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.14 |
| HSL | 296.38º | 0.83% | 0.47% | - |
| HSV(B) | 296.38º | 0.9% | 0.86% | - |
| XYZ | 39.2 | 19.11 | 69.33 | - |
| YUV | 99.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 220 | 0.05 | 0.90 | 0 | 0.14 | 296.38 | 0.83 | 0.47 |
| Hex | D0 | 15 | DC | 5 | 5A | 0 | E | 128 | 53 | 2F |
| Octal | 320 | 25 | 334 | 5 | 132 | 0 | 16 | 450 | 123 | 57 |
| Binary | 11010000 | 10101 | 11011100 | 101 | 1011010 | 0 | 1110 | 100101000 | 1010011 | 101111 |
Color Harmonies of #D015DC
Complementary color
Monochromatic Colors of #D015DC
Black with #D015DC
Text Example
Text Example
White with #D015DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015DC; }
p { color: rgb(208,21,220); }
H1.HeaderClassName
{
color: #D015DC;
}
.AnyTagClassName
{
color: #D015DC;
}
</style>
background-color css
<style>
a { background-color: #D015DC; }
a { background-color: rgb(208,21,220); }
div.DivClassName
{
background-color: #D015DC;
}
.BgClassName
{
background-color: #D015DC;
}
</style>
border-color css
<style>
span { border-color: #D015DC; }
span { border-color: rgb(208,21,220); }
td.TdClassName
{
border-color: #D015DC;
}
.TagClassName
{
border-color: #D015DC;
}
</style>