Shades of Deep Magenta #D700C8
Tints of Deep Magenta #D700C8
RGB
CMYK
RGB Variations
Color information
#D700C8 (or 0xD700C8) is known color: Deep Magenta. HEX triplet: D7, 00 and C8. RGB value is (215,0,200). Sum of RGB (Red+Green+Blue) = 215+0+200=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D700C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700C8 is #28FF37. Grayscale: #565656. Windows color (decimal): -2686776 or 13107415. OLE color: 13107415.
HSL color Cylindrical-coordinate representation of color #D700C8: hue angle of 304.19º 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 #D700C8 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 200 | - |
| CMYK | 0 | 1 | 0.07 | 0.16 |
| HSL | 304.19º | 1% | 0.42% | - |
| HSV(B) | 304.19º | 1% | 0.84% | - |
| XYZ | 38.45 | 18.62 | 56.21 | - |
| YUV | 87.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 200 | 0 | 1 | 0.07 | 0.16 | 304.19 | 1 | 0.42 |
| Hex | D7 | 0 | C8 | 0 | 64 | 7 | 10 | 130 | 64 | 2A |
| Octal | 327 | 0 | 310 | 0 | 144 | 7 | 20 | 460 | 144 | 52 |
| Binary | 11010111 | 0 | 11001000 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100100 | 101010 |
Color Harmonies of #D700C8
Complementary color
Monochromatic Colors of #D700C8
Black with #D700C8
Text Example
Text Example
White with #D700C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700C8; }
p { color: rgb(215,0,200); }
H1.HeaderClassName
{
color: #D700C8;
}
.AnyTagClassName
{
color: #D700C8;
}
</style>
background-color css
<style>
a { background-color: #D700C8; }
a { background-color: rgb(215,0,200); }
div.DivClassName
{
background-color: #D700C8;
}
.BgClassName
{
background-color: #D700C8;
}
</style>
border-color css
<style>
span { border-color: #D700C8; }
span { border-color: rgb(215,0,200); }
td.TdClassName
{
border-color: #D700C8;
}
.TagClassName
{
border-color: #D700C8;
}
</style>