Shades of Medium Violet Red #D21F81
Tints of Medium Violet Red #D21F81
RGB
CMYK
RGB Variations
Color information
#D21F81 (or 0xD21F81) is known color: Medium Violet Red. HEX triplet: D2, 1F and 81. RGB value is (210,31,129). Sum of RGB (Red+Green+Blue) = 210+31+129=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F81 is #2DE07E. Grayscale: #5F5F5F. Windows color (decimal): -3006591 or 8462290. OLE color: 8462290.
HSL color Cylindrical-coordinate representation of color #D21F81: hue angle of 327.15º 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 #D21F81 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 129 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.18 |
| HSL | 327.15º | 0.74% | 0.47% | - |
| HSV(B) | 327.15º | 0.85% | 0.82% | - |
| XYZ | 31.03 | 16.27 | 22.27 | - |
| YUV | 95.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 129 | 0 | 0.85 | 0.39 | 0.18 | 327.15 | 0.74 | 0.47 |
| Hex | D2 | 1F | 81 | 0 | 55 | 27 | 12 | 147 | 4A | 2F |
| Octal | 322 | 37 | 201 | 0 | 125 | 47 | 22 | 507 | 112 | 57 |
| Binary | 11010010 | 11111 | 10000001 | 0 | 1010101 | 100111 | 10010 | 101000111 | 1001010 | 101111 |
Color Harmonies of #D21F81
Complementary color
Monochromatic Colors of #D21F81
Black with #D21F81
Text Example
Text Example
White with #D21F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F81; }
p { color: rgb(210,31,129); }
H1.HeaderClassName
{
color: #D21F81;
}
.AnyTagClassName
{
color: #D21F81;
}
</style>
background-color css
<style>
a { background-color: #D21F81; }
a { background-color: rgb(210,31,129); }
div.DivClassName
{
background-color: #D21F81;
}
.BgClassName
{
background-color: #D21F81;
}
</style>
border-color css
<style>
span { border-color: #D21F81; }
span { border-color: rgb(210,31,129); }
td.TdClassName
{
border-color: #D21F81;
}
.TagClassName
{
border-color: #D21F81;
}
</style>