Shades of Deep Magenta #D51CC6
Tints of Deep Magenta #D51CC6
RGB
CMYK
RGB Variations
Color information
#D51CC6 (or 0xD51CC6) is known color: Deep Magenta. HEX triplet: D5, 1C and C6. RGB value is (213,28,198). Sum of RGB (Red+Green+Blue) = 213+28+198=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CC6 is #2AE339. Grayscale: #666666. Windows color (decimal): -2810682 or 12983509. OLE color: 12983509.
HSL color Cylindrical-coordinate representation of color #D51CC6: hue angle of 304.86º 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 #D51CC6 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 198 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.16 |
| HSL | 304.86º | 0.77% | 0.47% | - |
| HSV(B) | 304.86º | 0.87% | 0.84% | - |
| XYZ | 38.05 | 19.05 | 55.1 | - |
| YUV | 102.7 | 181.79 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 198 | 0 | 0.87 | 0.07 | 0.16 | 304.86 | 0.77 | 0.47 |
| Hex | D5 | 1C | C6 | 0 | 57 | 7 | 10 | 131 | 4D | 2F |
| Octal | 325 | 34 | 306 | 0 | 127 | 7 | 20 | 461 | 115 | 57 |
| Binary | 11010101 | 11100 | 11000110 | 0 | 1010111 | 111 | 10000 | 100110001 | 1001101 | 101111 |
Color Harmonies of #D51CC6
Complementary color
Monochromatic Colors of #D51CC6
Black with #D51CC6
Text Example
Text Example
White with #D51CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CC6; }
p { color: rgb(213,28,198); }
H1.HeaderClassName
{
color: #D51CC6;
}
.AnyTagClassName
{
color: #D51CC6;
}
</style>
background-color css
<style>
a { background-color: #D51CC6; }
a { background-color: rgb(213,28,198); }
div.DivClassName
{
background-color: #D51CC6;
}
.BgClassName
{
background-color: #D51CC6;
}
</style>
border-color css
<style>
span { border-color: #D51CC6; }
span { border-color: rgb(213,28,198); }
td.TdClassName
{
border-color: #D51CC6;
}
.TagClassName
{
border-color: #D51CC6;
}
</style>