Shades of Medium Violet Red #D21C9C
Tints of Medium Violet Red #D21C9C
RGB
CMYK
RGB Variations
Color information
#D21C9C (or 0xD21C9C) is known color: Medium Violet Red. HEX triplet: D2, 1C and 9C. RGB value is (210,28,156). Sum of RGB (Red+Green+Blue) = 210+28+156=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C9C is #2DE363. Grayscale: #606060. Windows color (decimal): -3007332 or 10230994. OLE color: 10230994.
HSL color Cylindrical-coordinate representation of color #D21C9C: hue angle of 317.8º 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 #D21C9C is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 156 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.18 |
| HSL | 317.8º | 0.76% | 0.47% | - |
| HSV(B) | 317.8º | 0.87% | 0.82% | - |
| XYZ | 32.99 | 16.93 | 32.98 | - |
| YUV | 97.01 | 161.3 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 156 | 0 | 0.87 | 0.26 | 0.18 | 317.8 | 0.76 | 0.47 |
| Hex | D2 | 1C | 9C | 0 | 57 | 1A | 12 | 13E | 4C | 2F |
| Octal | 322 | 34 | 234 | 0 | 127 | 32 | 22 | 476 | 114 | 57 |
| Binary | 11010010 | 11100 | 10011100 | 0 | 1010111 | 11010 | 10010 | 100111110 | 1001100 | 101111 |
Color Harmonies of #D21C9C
Complementary color
Monochromatic Colors of #D21C9C
Black with #D21C9C
Text Example
Text Example
White with #D21C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C9C; }
p { color: rgb(210,28,156); }
H1.HeaderClassName
{
color: #D21C9C;
}
.AnyTagClassName
{
color: #D21C9C;
}
</style>
background-color css
<style>
a { background-color: #D21C9C; }
a { background-color: rgb(210,28,156); }
div.DivClassName
{
background-color: #D21C9C;
}
.BgClassName
{
background-color: #D21C9C;
}
</style>
border-color css
<style>
span { border-color: #D21C9C; }
span { border-color: rgb(210,28,156); }
td.TdClassName
{
border-color: #D21C9C;
}
.TagClassName
{
border-color: #D21C9C;
}
</style>