Shades of Medium Violet Red #D51D9C
Tints of Medium Violet Red #D51D9C
RGB
CMYK
RGB Variations
Color information
#D51D9C (or 0xD51D9C) is known color: Medium Violet Red. HEX triplet: D5, 1D and 9C. RGB value is (213,29,156). Sum of RGB (Red+Green+Blue) = 213+29+156=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51D9C is #2AE263. Grayscale: #626262. Windows color (decimal): -2810468 or 10231253. OLE color: 10231253.
HSL color Cylindrical-coordinate representation of color #D51D9C: hue angle of 318.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D9C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.16 |
| HSL | 318.59º | 0.76% | 0.47% | - |
| HSV(B) | 318.59º | 0.86% | 0.84% | - |
| XYZ | 33.88 | 17.43 | 33.03 | - |
| YUV | 98.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 156 | 0 | 0.86 | 0.27 | 0.16 | 318.59 | 0.76 | 0.47 |
| Hex | D5 | 1D | 9C | 0 | 56 | 1B | 10 | 13F | 4C | 2F |
| Octal | 325 | 35 | 234 | 0 | 126 | 33 | 20 | 477 | 114 | 57 |
| Binary | 11010101 | 11101 | 10011100 | 0 | 1010110 | 11011 | 10000 | 100111111 | 1001100 | 101111 |
Color Harmonies of #D51D9C
Complementary color
Monochromatic Colors of #D51D9C
Black with #D51D9C
Text Example
Text Example
White with #D51D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51D9C; }
p { color: rgb(213,29,156); }
H1.HeaderClassName
{
color: #D51D9C;
}
.AnyTagClassName
{
color: #D51D9C;
}
</style>
background-color css
<style>
a { background-color: #D51D9C; }
a { background-color: rgb(213,29,156); }
div.DivClassName
{
background-color: #D51D9C;
}
.BgClassName
{
background-color: #D51D9C;
}
</style>
border-color css
<style>
span { border-color: #D51D9C; }
span { border-color: rgb(213,29,156); }
td.TdClassName
{
border-color: #D51D9C;
}
.TagClassName
{
border-color: #D51D9C;
}
</style>