Shades of Deep Magenta #D51CDF
Tints of Deep Magenta #D51CDF
RGB
CMYK
RGB Variations
Color information
#D51CDF (or 0xD51CDF) is known color: Deep Magenta. HEX triplet: D5, 1C and DF. RGB value is (213,28,223). Sum of RGB (Red+Green+Blue) = 213+28+223=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D51CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CDF is #2AE320. Grayscale: #686868. Windows color (decimal): -2810657 or 14621909. OLE color: 14621909.
HSL color Cylindrical-coordinate representation of color #D51CDF: hue angle of 296.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CDF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 28 | 223 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.13 |
| HSL | 296.92º | 0.78% | 0.49% | - |
| HSV(B) | 296.92º | 0.87% | 0.87% | - |
| XYZ | 41.18 | 20.3 | 71.56 | - |
| YUV | 105.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 223 | 0.04 | 0.87 | 0 | 0.13 | 296.92 | 0.78 | 0.49 |
| Hex | D5 | 1C | DF | 4 | 57 | 0 | D | 129 | 4E | 31 |
| Octal | 325 | 34 | 337 | 4 | 127 | 0 | 15 | 451 | 116 | 61 |
| Binary | 11010101 | 11100 | 11011111 | 100 | 1010111 | 0 | 1101 | 100101001 | 1001110 | 110001 |
Color Harmonies of #D51CDF
Complementary color
Monochromatic Colors of #D51CDF
Black with #D51CDF
Text Example
Text Example
White with #D51CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CDF; }
p { color: rgb(213,28,223); }
H1.HeaderClassName
{
color: #D51CDF;
}
.AnyTagClassName
{
color: #D51CDF;
}
</style>
background-color css
<style>
a { background-color: #D51CDF; }
a { background-color: rgb(213,28,223); }
div.DivClassName
{
background-color: #D51CDF;
}
.BgClassName
{
background-color: #D51CDF;
}
</style>
border-color css
<style>
span { border-color: #D51CDF; }
span { border-color: rgb(213,28,223); }
td.TdClassName
{
border-color: #D51CDF;
}
.TagClassName
{
border-color: #D51CDF;
}
</style>