Shades of Deep Magenta #D51CCF
Tints of Deep Magenta #D51CCF
RGB
CMYK
RGB Variations
Color information
#D51CCF (or 0xD51CCF) is known color: Deep Magenta. HEX triplet: D5, 1C and CF. RGB value is (213,28,207). Sum of RGB (Red+Green+Blue) = 213+28+207=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CCF is #2AE330. Grayscale: #676767. Windows color (decimal): -2810673 or 13573333. OLE color: 13573333.
HSL color Cylindrical-coordinate representation of color #D51CCF: hue angle of 301.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CCF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.16 |
| HSL | 301.95º | 0.77% | 0.47% | - |
| HSV(B) | 301.95º | 0.87% | 0.84% | - |
| XYZ | 39.12 | 19.48 | 60.73 | - |
| YUV | 103.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 207 | 0 | 0.87 | 0.03 | 0.16 | 301.95 | 0.77 | 0.47 |
| Hex | D5 | 1C | CF | 0 | 57 | 3 | 10 | 12E | 4D | 2F |
| Octal | 325 | 34 | 317 | 0 | 127 | 3 | 20 | 456 | 115 | 57 |
| Binary | 11010101 | 11100 | 11001111 | 0 | 1010111 | 11 | 10000 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D51CCF
Complementary color
Monochromatic Colors of #D51CCF
Black with #D51CCF
Text Example
Text Example
White with #D51CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CCF; }
p { color: rgb(213,28,207); }
H1.HeaderClassName
{
color: #D51CCF;
}
.AnyTagClassName
{
color: #D51CCF;
}
</style>
background-color css
<style>
a { background-color: #D51CCF; }
a { background-color: rgb(213,28,207); }
div.DivClassName
{
background-color: #D51CCF;
}
.BgClassName
{
background-color: #D51CCF;
}
</style>
border-color css
<style>
span { border-color: #D51CCF; }
span { border-color: rgb(213,28,207); }
td.TdClassName
{
border-color: #D51CCF;
}
.TagClassName
{
border-color: #D51CCF;
}
</style>