Shades of Deep Magenta #D500C7
Tints of Deep Magenta #D500C7
RGB
CMYK
RGB Variations
Color information
#D500C7 (or 0xD500C7) is known color: Deep Magenta. HEX triplet: D5, 00 and C7. RGB value is (213,0,199). Sum of RGB (Red+Green+Blue) = 213+0+199=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D500C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500C7 is #2AFF38. Grayscale: #555555. Windows color (decimal): -2817849 or 13041877. OLE color: 13041877.
HSL color Cylindrical-coordinate representation of color #D500C7: hue angle of 303.94º 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 #D500C7 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.07 | 0.16 |
| HSL | 303.94º | 1% | 0.42% | - |
| HSV(B) | 303.94º | 1% | 0.84% | - |
| XYZ | 37.75 | 18.27 | 55.57 | - |
| YUV | 86.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 199 | 0 | 1 | 0.07 | 0.16 | 303.94 | 1 | 0.42 |
| Hex | D5 | 0 | C7 | 0 | 64 | 7 | 10 | 130 | 64 | 2A |
| Octal | 325 | 0 | 307 | 0 | 144 | 7 | 20 | 460 | 144 | 52 |
| Binary | 11010101 | 0 | 11000111 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100100 | 101010 |
Color Harmonies of #D500C7
Complementary color
Monochromatic Colors of #D500C7
Black with #D500C7
Text Example
Text Example
White with #D500C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500C7; }
p { color: rgb(213,0,199); }
H1.HeaderClassName
{
color: #D500C7;
}
.AnyTagClassName
{
color: #D500C7;
}
</style>
background-color css
<style>
a { background-color: #D500C7; }
a { background-color: rgb(213,0,199); }
div.DivClassName
{
background-color: #D500C7;
}
.BgClassName
{
background-color: #D500C7;
}
</style>
border-color css
<style>
span { border-color: #D500C7; }
span { border-color: rgb(213,0,199); }
td.TdClassName
{
border-color: #D500C7;
}
.TagClassName
{
border-color: #D500C7;
}
</style>