Shades of Deep Magenta #D51CC9
Tints of Deep Magenta #D51CC9
RGB
CMYK
RGB Variations
Color information
#D51CC9 (or 0xD51CC9) is known color: Deep Magenta. HEX triplet: D5, 1C and C9. RGB value is (213,28,201). Sum of RGB (Red+Green+Blue) = 213+28+201=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CC9 is #2AE336. Grayscale: #666666. Windows color (decimal): -2810679 or 13180117. OLE color: 13180117.
HSL color Cylindrical-coordinate representation of color #D51CC9: hue angle of 303.89º 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 #D51CC9 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 201 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.16 |
| HSL | 303.89º | 0.77% | 0.47% | - |
| HSV(B) | 303.89º | 0.87% | 0.84% | - |
| XYZ | 38.4 | 19.19 | 56.94 | - |
| YUV | 103.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 201 | 0 | 0.87 | 0.06 | 0.16 | 303.89 | 0.77 | 0.47 |
| Hex | D5 | 1C | C9 | 0 | 57 | 6 | 10 | 130 | 4D | 2F |
| Octal | 325 | 34 | 311 | 0 | 127 | 6 | 20 | 460 | 115 | 57 |
| Binary | 11010101 | 11100 | 11001001 | 0 | 1010111 | 110 | 10000 | 100110000 | 1001101 | 101111 |
Color Harmonies of #D51CC9
Complementary color
Monochromatic Colors of #D51CC9
Black with #D51CC9
Text Example
Text Example
White with #D51CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CC9; }
p { color: rgb(213,28,201); }
H1.HeaderClassName
{
color: #D51CC9;
}
.AnyTagClassName
{
color: #D51CC9;
}
</style>
background-color css
<style>
a { background-color: #D51CC9; }
a { background-color: rgb(213,28,201); }
div.DivClassName
{
background-color: #D51CC9;
}
.BgClassName
{
background-color: #D51CC9;
}
</style>
border-color css
<style>
span { border-color: #D51CC9; }
span { border-color: rgb(213,28,201); }
td.TdClassName
{
border-color: #D51CC9;
}
.TagClassName
{
border-color: #D51CC9;
}
</style>