Shades of Medium Violet Red #D21F72
Tints of Medium Violet Red #D21F72
RGB
CMYK
RGB Variations
Color information
#D21F72 (or 0xD21F72) is known color: Medium Violet Red. HEX triplet: D2, 1F and 72. RGB value is (210,31,114). Sum of RGB (Red+Green+Blue) = 210+31+114=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F72 is #2DE08D. Grayscale: #5D5D5D. Windows color (decimal): -3006606 or 7479250. OLE color: 7479250.
HSL color Cylindrical-coordinate representation of color #D21F72: hue angle of 332.18º 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 #D21F72 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 114 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.18 |
| HSL | 332.18º | 0.74% | 0.47% | - |
| HSV(B) | 332.18º | 0.85% | 0.82% | - |
| XYZ | 30.11 | 15.9 | 17.4 | - |
| YUV | 93.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 114 | 0 | 0.85 | 0.46 | 0.18 | 332.18 | 0.74 | 0.47 |
| Hex | D2 | 1F | 72 | 0 | 55 | 2E | 12 | 14C | 4A | 2F |
| Octal | 322 | 37 | 162 | 0 | 125 | 56 | 22 | 514 | 112 | 57 |
| Binary | 11010010 | 11111 | 1110010 | 0 | 1010101 | 101110 | 10010 | 101001100 | 1001010 | 101111 |
Color Harmonies of #D21F72
Complementary color
Monochromatic Colors of #D21F72
Black with #D21F72
Text Example
Text Example
White with #D21F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F72; }
p { color: rgb(210,31,114); }
H1.HeaderClassName
{
color: #D21F72;
}
.AnyTagClassName
{
color: #D21F72;
}
</style>
background-color css
<style>
a { background-color: #D21F72; }
a { background-color: rgb(210,31,114); }
div.DivClassName
{
background-color: #D21F72;
}
.BgClassName
{
background-color: #D21F72;
}
</style>
border-color css
<style>
span { border-color: #D21F72; }
span { border-color: rgb(210,31,114); }
td.TdClassName
{
border-color: #D21F72;
}
.TagClassName
{
border-color: #D21F72;
}
</style>