Shades of Deep Magenta #D700DA
Tints of Deep Magenta #D700DA
RGB
CMYK
RGB Variations
Color information
#D700DA (or 0xD700DA) is known color: Deep Magenta. HEX triplet: D7, 00 and DA. RGB value is (215,0,218). Sum of RGB (Red+Green+Blue) = 215+0+218=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #D700DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700DA is #28FF25. Grayscale: #585858. Windows color (decimal): -2686758 or 14287063. OLE color: 14287063.
HSL color Cylindrical-coordinate representation of color #D700DA: hue angle of 299.17º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700DA is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 0 | 218 | - |
| CMYK | 0.01 | 1 | 0 | 0.15 |
| HSL | 299.17º | 1% | 0.43% | - |
| HSV(B) | 299.17º | 1% | 0.85% | - |
| XYZ | 40.68 | 19.51 | 67.95 | - |
| YUV | 89.14 | 200.73 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 218 | 0.01 | 1 | 0 | 0.15 | 299.17 | 1 | 0.43 |
| Hex | D7 | 0 | DA | 1 | 64 | 0 | F | 12B | 64 | 2B |
| Octal | 327 | 0 | 332 | 1 | 144 | 0 | 17 | 453 | 144 | 53 |
| Binary | 11010111 | 0 | 11011010 | 1 | 1100100 | 0 | 1111 | 100101011 | 1100100 | 101011 |
Color Harmonies of #D700DA
Complementary color
Monochromatic Colors of #D700DA
Black with #D700DA
Text Example
Text Example
White with #D700DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700DA; }
p { color: rgb(215,0,218); }
H1.HeaderClassName
{
color: #D700DA;
}
.AnyTagClassName
{
color: #D700DA;
}
</style>
background-color css
<style>
a { background-color: #D700DA; }
a { background-color: rgb(215,0,218); }
div.DivClassName
{
background-color: #D700DA;
}
.BgClassName
{
background-color: #D700DA;
}
</style>
border-color css
<style>
span { border-color: #D700DA; }
span { border-color: rgb(215,0,218); }
td.TdClassName
{
border-color: #D700DA;
}
.TagClassName
{
border-color: #D700DA;
}
</style>