Shades of Deep Magenta #D508DF
Tints of Deep Magenta #D508DF
RGB
CMYK
RGB Variations
Color information
#D508DF (or 0xD508DF) is known color: Deep Magenta. HEX triplet: D5, 08 and DF. RGB value is (213,8,223). Sum of RGB (Red+Green+Blue) = 213+8+223=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D508DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508DF is #2AF720. Grayscale: #5D5D5D. Windows color (decimal): -2815777 or 14616789. OLE color: 14616789.
HSL color Cylindrical-coordinate representation of color #D508DF: hue angle of 297.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508DF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 8 | 223 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.13 |
| HSL | 297.21º | 0.93% | 0.45% | - |
| HSV(B) | 297.21º | 0.96% | 0.87% | - |
| XYZ | 40.85 | 19.65 | 71.45 | - |
| YUV | 93.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 223 | 0.04 | 0.96 | 0 | 0.13 | 297.21 | 0.93 | 0.45 |
| Hex | D5 | 8 | DF | 4 | 60 | 0 | D | 129 | 5D | 2D |
| Octal | 325 | 10 | 337 | 4 | 140 | 0 | 15 | 451 | 135 | 55 |
| Binary | 11010101 | 1000 | 11011111 | 100 | 1100000 | 0 | 1101 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D508DF
Complementary color
Monochromatic Colors of #D508DF
Black with #D508DF
Text Example
Text Example
White with #D508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508DF; }
p { color: rgb(213,8,223); }
H1.HeaderClassName
{
color: #D508DF;
}
.AnyTagClassName
{
color: #D508DF;
}
</style>
background-color css
<style>
a { background-color: #D508DF; }
a { background-color: rgb(213,8,223); }
div.DivClassName
{
background-color: #D508DF;
}
.BgClassName
{
background-color: #D508DF;
}
</style>
border-color css
<style>
span { border-color: #D508DF; }
span { border-color: rgb(213,8,223); }
td.TdClassName
{
border-color: #D508DF;
}
.TagClassName
{
border-color: #D508DF;
}
</style>