Shades of Deep Magenta #D500CF
Tints of Deep Magenta #D500CF
RGB
CMYK
RGB Variations
Color information
#D500CF (or 0xD500CF) is known color: Deep Magenta. HEX triplet: D5, 00 and CF. RGB value is (213,0,207). Sum of RGB (Red+Green+Blue) = 213+0+207=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D500CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500CF is #2AFF30. Grayscale: #565656. Windows color (decimal): -2817841 or 13566165. OLE color: 13566165.
HSL color Cylindrical-coordinate representation of color #D500CF: hue angle of 301.69º 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 #D500CF is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.03 | 0.16 |
| HSL | 301.69º | 1% | 0.42% | - |
| HSV(B) | 301.69º | 1% | 0.84% | - |
| XYZ | 38.7 | 18.65 | 60.59 | - |
| YUV | 87.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 207 | 0 | 1 | 0.03 | 0.16 | 301.69 | 1 | 0.42 |
| Hex | D5 | 0 | CF | 0 | 64 | 3 | 10 | 12E | 64 | 2A |
| Octal | 325 | 0 | 317 | 0 | 144 | 3 | 20 | 456 | 144 | 52 |
| Binary | 11010101 | 0 | 11001111 | 0 | 1100100 | 11 | 10000 | 100101110 | 1100100 | 101010 |
Color Harmonies of #D500CF
Complementary color
Monochromatic Colors of #D500CF
Black with #D500CF
Text Example
Text Example
White with #D500CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500CF; }
p { color: rgb(213,0,207); }
H1.HeaderClassName
{
color: #D500CF;
}
.AnyTagClassName
{
color: #D500CF;
}
</style>
background-color css
<style>
a { background-color: #D500CF; }
a { background-color: rgb(213,0,207); }
div.DivClassName
{
background-color: #D500CF;
}
.BgClassName
{
background-color: #D500CF;
}
</style>
border-color css
<style>
span { border-color: #D500CF; }
span { border-color: rgb(213,0,207); }
td.TdClassName
{
border-color: #D500CF;
}
.TagClassName
{
border-color: #D500CF;
}
</style>