Shades of Deep Magenta #D700CD
Tints of Deep Magenta #D700CD
RGB
CMYK
RGB Variations
Color information
#D700CD (or 0xD700CD) is known color: Deep Magenta. HEX triplet: D7, 00 and CD. RGB value is (215,0,205). Sum of RGB (Red+Green+Blue) = 215+0+205=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D700CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700CD is #28FF32. Grayscale: #575757. Windows color (decimal): -2686771 or 13435095. OLE color: 13435095.
HSL color Cylindrical-coordinate representation of color #D700CD: hue angle of 302.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700CD is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.05 | 0.16 |
| HSL | 302.79º | 1% | 0.42% | - |
| HSV(B) | 302.79º | 1% | 0.84% | - |
| XYZ | 39.04 | 18.85 | 59.34 | - |
| YUV | 87.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 205 | 0 | 1 | 0.05 | 0.16 | 302.79 | 1 | 0.42 |
| Hex | D7 | 0 | CD | 0 | 64 | 5 | 10 | 12F | 64 | 2A |
| Octal | 327 | 0 | 315 | 0 | 144 | 5 | 20 | 457 | 144 | 52 |
| Binary | 11010111 | 0 | 11001101 | 0 | 1100100 | 101 | 10000 | 100101111 | 1100100 | 101010 |
Color Harmonies of #D700CD
Complementary color
Monochromatic Colors of #D700CD
Black with #D700CD
Text Example
Text Example
White with #D700CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700CD; }
p { color: rgb(215,0,205); }
H1.HeaderClassName
{
color: #D700CD;
}
.AnyTagClassName
{
color: #D700CD;
}
</style>
background-color css
<style>
a { background-color: #D700CD; }
a { background-color: rgb(215,0,205); }
div.DivClassName
{
background-color: #D700CD;
}
.BgClassName
{
background-color: #D700CD;
}
</style>
border-color css
<style>
span { border-color: #D700CD; }
span { border-color: rgb(215,0,205); }
td.TdClassName
{
border-color: #D700CD;
}
.TagClassName
{
border-color: #D700CD;
}
</style>