Shades of Medium Violet Red #D21D9C
Tints of Medium Violet Red #D21D9C
RGB
CMYK
RGB Variations
Color information
#D21D9C (or 0xD21D9C) is known color: Medium Violet Red. HEX triplet: D2, 1D and 9C. RGB value is (210,29,156). Sum of RGB (Red+Green+Blue) = 210+29+156=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21D9C is #2DE263. Grayscale: #616161. Windows color (decimal): -3007076 or 10231250. OLE color: 10231250.
HSL color Cylindrical-coordinate representation of color #D21D9C: hue angle of 317.9º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D9C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.18 |
| HSL | 317.9º | 0.76% | 0.47% | - |
| HSV(B) | 317.9º | 0.86% | 0.82% | - |
| XYZ | 33.02 | 16.98 | 32.99 | - |
| YUV | 97.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 156 | 0 | 0.86 | 0.26 | 0.18 | 317.9 | 0.76 | 0.47 |
| Hex | D2 | 1D | 9C | 0 | 56 | 1A | 12 | 13E | 4C | 2F |
| Octal | 322 | 35 | 234 | 0 | 126 | 32 | 22 | 476 | 114 | 57 |
| Binary | 11010010 | 11101 | 10011100 | 0 | 1010110 | 11010 | 10010 | 100111110 | 1001100 | 101111 |
Color Harmonies of #D21D9C
Complementary color
Monochromatic Colors of #D21D9C
Black with #D21D9C
Text Example
Text Example
White with #D21D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D9C; }
p { color: rgb(210,29,156); }
H1.HeaderClassName
{
color: #D21D9C;
}
.AnyTagClassName
{
color: #D21D9C;
}
</style>
background-color css
<style>
a { background-color: #D21D9C; }
a { background-color: rgb(210,29,156); }
div.DivClassName
{
background-color: #D21D9C;
}
.BgClassName
{
background-color: #D21D9C;
}
</style>
border-color css
<style>
span { border-color: #D21D9C; }
span { border-color: rgb(210,29,156); }
td.TdClassName
{
border-color: #D21D9C;
}
.TagClassName
{
border-color: #D21D9C;
}
</style>