Shades of Medium Violet Red #D21C9E
Tints of Medium Violet Red #D21C9E
RGB
CMYK
RGB Variations
Color information
#D21C9E (or 0xD21C9E) is known color: Medium Violet Red. HEX triplet: D2, 1C and 9E. RGB value is (210,28,158). Sum of RGB (Red+Green+Blue) = 210+28+158=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C9E is #2DE361. Grayscale: #606060. Windows color (decimal): -3007330 or 10362066. OLE color: 10362066.
HSL color Cylindrical-coordinate representation of color #D21C9E: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C9E is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 158 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.18 |
| HSL | 317.14º | 0.76% | 0.47% | - |
| HSV(B) | 317.14º | 0.87% | 0.82% | - |
| XYZ | 33.17 | 17 | 33.88 | - |
| YUV | 97.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 158 | 0 | 0.87 | 0.25 | 0.18 | 317.14 | 0.76 | 0.47 |
| Hex | D2 | 1C | 9E | 0 | 57 | 19 | 12 | 13D | 4C | 2F |
| Octal | 322 | 34 | 236 | 0 | 127 | 31 | 22 | 475 | 114 | 57 |
| Binary | 11010010 | 11100 | 10011110 | 0 | 1010111 | 11001 | 10010 | 100111101 | 1001100 | 101111 |
Color Harmonies of #D21C9E
Complementary color
Monochromatic Colors of #D21C9E
Black with #D21C9E
Text Example
Text Example
White with #D21C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C9E; }
p { color: rgb(210,28,158); }
H1.HeaderClassName
{
color: #D21C9E;
}
.AnyTagClassName
{
color: #D21C9E;
}
</style>
background-color css
<style>
a { background-color: #D21C9E; }
a { background-color: rgb(210,28,158); }
div.DivClassName
{
background-color: #D21C9E;
}
.BgClassName
{
background-color: #D21C9E;
}
</style>
border-color css
<style>
span { border-color: #D21C9E; }
span { border-color: rgb(210,28,158); }
td.TdClassName
{
border-color: #D21C9E;
}
.TagClassName
{
border-color: #D21C9E;
}
</style>