Shades of Deep Magenta #D018DA
Tints of Deep Magenta #D018DA
RGB
CMYK
RGB Variations
Color information
#D018DA (or 0xD018DA) is known color: Deep Magenta. HEX triplet: D0, 18 and DA. RGB value is (208,24,218). Sum of RGB (Red+Green+Blue) = 208+24+218=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D018DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018DA is #2FE725. Grayscale: #646464. Windows color (decimal): -3139366 or 14293200. OLE color: 14293200.
HSL color Cylindrical-coordinate representation of color #D018DA: hue angle of 296.91º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D018DA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 24 | 218 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.15 |
| HSL | 296.91º | 0.8% | 0.47% | - |
| HSV(B) | 296.91º | 0.89% | 0.85% | - |
| XYZ | 38.99 | 19.13 | 67.97 | - |
| YUV | 101.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 218 | 0.05 | 0.89 | 0 | 0.15 | 296.91 | 0.8 | 0.47 |
| Hex | D0 | 18 | DA | 5 | 59 | 0 | F | 129 | 50 | 2F |
| Octal | 320 | 30 | 332 | 5 | 131 | 0 | 17 | 451 | 120 | 57 |
| Binary | 11010000 | 11000 | 11011010 | 101 | 1011001 | 0 | 1111 | 100101001 | 1010000 | 101111 |
Color Harmonies of #D018DA
Complementary color
Monochromatic Colors of #D018DA
Black with #D018DA
Text Example
Text Example
White with #D018DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018DA; }
p { color: rgb(208,24,218); }
H1.HeaderClassName
{
color: #D018DA;
}
.AnyTagClassName
{
color: #D018DA;
}
</style>
background-color css
<style>
a { background-color: #D018DA; }
a { background-color: rgb(208,24,218); }
div.DivClassName
{
background-color: #D018DA;
}
.BgClassName
{
background-color: #D018DA;
}
</style>
border-color css
<style>
span { border-color: #D018DA; }
span { border-color: rgb(208,24,218); }
td.TdClassName
{
border-color: #D018DA;
}
.TagClassName
{
border-color: #D018DA;
}
</style>