Shades of Deep Magenta #D700C9
Tints of Deep Magenta #D700C9
RGB
CMYK
RGB Variations
Color information
#D700C9 (or 0xD700C9) is known color: Deep Magenta. HEX triplet: D7, 00 and C9. RGB value is (215,0,201). Sum of RGB (Red+Green+Blue) = 215+0+201=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D700C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700C9 is #28FF36. Grayscale: #565656. Windows color (decimal): -2686775 or 13172951. OLE color: 13172951.
HSL color Cylindrical-coordinate representation of color #D700C9: hue angle of 303.91º 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 #D700C9 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.07 | 0.16 |
| HSL | 303.91º | 1% | 0.42% | - |
| HSV(B) | 303.91º | 1% | 0.84% | - |
| XYZ | 38.57 | 18.66 | 56.83 | - |
| YUV | 87.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 201 | 0 | 1 | 0.07 | 0.16 | 303.91 | 1 | 0.42 |
| Hex | D7 | 0 | C9 | 0 | 64 | 7 | 10 | 130 | 64 | 2A |
| Octal | 327 | 0 | 311 | 0 | 144 | 7 | 20 | 460 | 144 | 52 |
| Binary | 11010111 | 0 | 11001001 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100100 | 101010 |
Color Harmonies of #D700C9
Complementary color
Monochromatic Colors of #D700C9
Black with #D700C9
Text Example
Text Example
White with #D700C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700C9; }
p { color: rgb(215,0,201); }
H1.HeaderClassName
{
color: #D700C9;
}
.AnyTagClassName
{
color: #D700C9;
}
</style>
background-color css
<style>
a { background-color: #D700C9; }
a { background-color: rgb(215,0,201); }
div.DivClassName
{
background-color: #D700C9;
}
.BgClassName
{
background-color: #D700C9;
}
</style>
border-color css
<style>
span { border-color: #D700C9; }
span { border-color: rgb(215,0,201); }
td.TdClassName
{
border-color: #D700C9;
}
.TagClassName
{
border-color: #D700C9;
}
</style>