Shades of Medium Violet Red #D21F9A
Tints of Medium Violet Red #D21F9A
RGB
CMYK
RGB Variations
Color information
#D21F9A (or 0xD21F9A) is known color: Medium Violet Red. HEX triplet: D2, 1F and 9A. RGB value is (210,31,154). Sum of RGB (Red+Green+Blue) = 210+31+154=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F9A is #2DE065. Grayscale: #626262. Windows color (decimal): -3006566 or 10100690. OLE color: 10100690.
HSL color Cylindrical-coordinate representation of color #D21F9A: hue angle of 318.77º 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 #D21F9A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 154 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.18 |
| HSL | 318.77º | 0.74% | 0.47% | - |
| HSV(B) | 318.77º | 0.85% | 0.82% | - |
| XYZ | 32.9 | 17.01 | 32.12 | - |
| YUV | 98.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 154 | 0 | 0.85 | 0.27 | 0.18 | 318.77 | 0.74 | 0.47 |
| Hex | D2 | 1F | 9A | 0 | 55 | 1B | 12 | 13F | 4A | 2F |
| Octal | 322 | 37 | 232 | 0 | 125 | 33 | 22 | 477 | 112 | 57 |
| Binary | 11010010 | 11111 | 10011010 | 0 | 1010101 | 11011 | 10010 | 100111111 | 1001010 | 101111 |
Color Harmonies of #D21F9A
Complementary color
Monochromatic Colors of #D21F9A
Black with #D21F9A
Text Example
Text Example
White with #D21F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F9A; }
p { color: rgb(210,31,154); }
H1.HeaderClassName
{
color: #D21F9A;
}
.AnyTagClassName
{
color: #D21F9A;
}
</style>
background-color css
<style>
a { background-color: #D21F9A; }
a { background-color: rgb(210,31,154); }
div.DivClassName
{
background-color: #D21F9A;
}
.BgClassName
{
background-color: #D21F9A;
}
</style>
border-color css
<style>
span { border-color: #D21F9A; }
span { border-color: rgb(210,31,154); }
td.TdClassName
{
border-color: #D21F9A;
}
.TagClassName
{
border-color: #D21F9A;
}
</style>