Shades of Deep Magenta #D015DA
Tints of Deep Magenta #D015DA
RGB
CMYK
RGB Variations
Color information
#D015DA (or 0xD015DA) is known color: Deep Magenta. HEX triplet: D0, 15 and DA. RGB value is (208,21,218). Sum of RGB (Red+Green+Blue) = 208+21+218=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #D015DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015DA is #2FEA25. Grayscale: #626262. Windows color (decimal): -3140134 or 14292432. OLE color: 14292432.
HSL color Cylindrical-coordinate representation of color #D015DA: hue angle of 296.95º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D015DA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 21 | 218 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.15 |
| HSL | 296.95º | 0.82% | 0.47% | - |
| HSV(B) | 296.95º | 0.9% | 0.85% | - |
| XYZ | 38.94 | 19.01 | 67.95 | - |
| YUV | 99.37 | 194.95 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 218 | 0.05 | 0.90 | 0 | 0.15 | 296.95 | 0.82 | 0.47 |
| Hex | D0 | 15 | DA | 5 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 320 | 25 | 332 | 5 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11010000 | 10101 | 11011010 | 101 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #D015DA
Complementary color
Monochromatic Colors of #D015DA
Black with #D015DA
Text Example
Text Example
White with #D015DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015DA; }
p { color: rgb(208,21,218); }
H1.HeaderClassName
{
color: #D015DA;
}
.AnyTagClassName
{
color: #D015DA;
}
</style>
background-color css
<style>
a { background-color: #D015DA; }
a { background-color: rgb(208,21,218); }
div.DivClassName
{
background-color: #D015DA;
}
.BgClassName
{
background-color: #D015DA;
}
</style>
border-color css
<style>
span { border-color: #D015DA; }
span { border-color: rgb(208,21,218); }
td.TdClassName
{
border-color: #D015DA;
}
.TagClassName
{
border-color: #D015DA;
}
</style>