Shades of Medium Violet Red #D21F9C
Tints of Medium Violet Red #D21F9C
RGB
CMYK
RGB Variations
Color information
#D21F9C (or 0xD21F9C) is known color: Medium Violet Red. HEX triplet: D2, 1F and 9C. RGB value is (210,31,156). Sum of RGB (Red+Green+Blue) = 210+31+156=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F9C is #2DE063. Grayscale: #626262. Windows color (decimal): -3006564 or 10231762. OLE color: 10231762.
HSL color Cylindrical-coordinate representation of color #D21F9C: hue angle of 318.1º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F9C is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 156 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.18 |
| HSL | 318.1º | 0.74% | 0.47% | - |
| HSV(B) | 318.1º | 0.85% | 0.82% | - |
| XYZ | 33.07 | 17.08 | 33.01 | - |
| YUV | 98.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 156 | 0 | 0.85 | 0.26 | 0.18 | 318.1 | 0.74 | 0.47 |
| Hex | D2 | 1F | 9C | 0 | 55 | 1A | 12 | 13E | 4A | 2F |
| Octal | 322 | 37 | 234 | 0 | 125 | 32 | 22 | 476 | 112 | 57 |
| Binary | 11010010 | 11111 | 10011100 | 0 | 1010101 | 11010 | 10010 | 100111110 | 1001010 | 101111 |
Color Harmonies of #D21F9C
Complementary color
Monochromatic Colors of #D21F9C
Black with #D21F9C
Text Example
Text Example
White with #D21F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F9C; }
p { color: rgb(210,31,156); }
H1.HeaderClassName
{
color: #D21F9C;
}
.AnyTagClassName
{
color: #D21F9C;
}
</style>
background-color css
<style>
a { background-color: #D21F9C; }
a { background-color: rgb(210,31,156); }
div.DivClassName
{
background-color: #D21F9C;
}
.BgClassName
{
background-color: #D21F9C;
}
</style>
border-color css
<style>
span { border-color: #D21F9C; }
span { border-color: rgb(210,31,156); }
td.TdClassName
{
border-color: #D21F9C;
}
.TagClassName
{
border-color: #D21F9C;
}
</style>