Shades of Deep Magenta #D701C8
Tints of Deep Magenta #D701C8
RGB
CMYK
RGB Variations
Color information
#D701C8 (or 0xD701C8) is known color: Deep Magenta. HEX triplet: D7, 01 and C8. RGB value is (215,1,200). Sum of RGB (Red+Green+Blue) = 215+1+200=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D701C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701C8 is #28FE37. Grayscale: #575757. Windows color (decimal): -2686520 or 13107671. OLE color: 13107671.
HSL color Cylindrical-coordinate representation of color #D701C8: hue angle of 304.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701C8 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.16 |
| HSL | 304.21º | 0.99% | 0.42% | - |
| HSV(B) | 304.21º | 1% | 0.84% | - |
| XYZ | 38.46 | 18.64 | 56.21 | - |
| YUV | 87.67 | 191.4 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 200 | 0 | 1.00 | 0.07 | 0.16 | 304.21 | 0.99 | 0.42 |
| Hex | D7 | 1 | C8 | 0 | 64 | 7 | 10 | 130 | 63 | 2A |
| Octal | 327 | 1 | 310 | 0 | 144 | 7 | 20 | 460 | 143 | 52 |
| Binary | 11010111 | 1 | 11001000 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100011 | 101010 |
Color Harmonies of #D701C8
Complementary color
Monochromatic Colors of #D701C8
Black with #D701C8
Text Example
Text Example
White with #D701C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701C8; }
p { color: rgb(215,1,200); }
H1.HeaderClassName
{
color: #D701C8;
}
.AnyTagClassName
{
color: #D701C8;
}
</style>
background-color css
<style>
a { background-color: #D701C8; }
a { background-color: rgb(215,1,200); }
div.DivClassName
{
background-color: #D701C8;
}
.BgClassName
{
background-color: #D701C8;
}
</style>
border-color css
<style>
span { border-color: #D701C8; }
span { border-color: rgb(215,1,200); }
td.TdClassName
{
border-color: #D701C8;
}
.TagClassName
{
border-color: #D701C8;
}
</style>