Shades of Medium Violet Red #D21F98
Tints of Medium Violet Red #D21F98
RGB
CMYK
RGB Variations
Color information
#D21F98 (or 0xD21F98) is known color: Medium Violet Red. HEX triplet: D2, 1F and 98. RGB value is (210,31,152). Sum of RGB (Red+Green+Blue) = 210+31+152=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F98 is #2DE067. Grayscale: #626262. Windows color (decimal): -3006568 or 9969618. OLE color: 9969618.
HSL color Cylindrical-coordinate representation of color #D21F98: hue angle of 319.44º 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 #D21F98 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 152 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.18 |
| HSL | 319.44º | 0.74% | 0.47% | - |
| HSV(B) | 319.44º | 0.85% | 0.82% | - |
| XYZ | 32.74 | 16.95 | 31.25 | - |
| YUV | 98.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 152 | 0 | 0.85 | 0.28 | 0.18 | 319.44 | 0.74 | 0.47 |
| Hex | D2 | 1F | 98 | 0 | 55 | 1C | 12 | 13F | 4A | 2F |
| Octal | 322 | 37 | 230 | 0 | 125 | 34 | 22 | 477 | 112 | 57 |
| Binary | 11010010 | 11111 | 10011000 | 0 | 1010101 | 11100 | 10010 | 100111111 | 1001010 | 101111 |
Color Harmonies of #D21F98
Complementary color
Monochromatic Colors of #D21F98
Black with #D21F98
Text Example
Text Example
White with #D21F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F98; }
p { color: rgb(210,31,152); }
H1.HeaderClassName
{
color: #D21F98;
}
.AnyTagClassName
{
color: #D21F98;
}
</style>
background-color css
<style>
a { background-color: #D21F98; }
a { background-color: rgb(210,31,152); }
div.DivClassName
{
background-color: #D21F98;
}
.BgClassName
{
background-color: #D21F98;
}
</style>
border-color css
<style>
span { border-color: #D21F98; }
span { border-color: rgb(210,31,152); }
td.TdClassName
{
border-color: #D21F98;
}
.TagClassName
{
border-color: #D21F98;
}
</style>