Shades of Medium Violet Red #D21E81
Tints of Medium Violet Red #D21E81
RGB
CMYK
RGB Variations
Color information
#D21E81 (or 0xD21E81) is known color: Medium Violet Red. HEX triplet: D2, 1E and 81. RGB value is (210,30,129). Sum of RGB (Red+Green+Blue) = 210+30+129=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E81 is #2DE17E. Grayscale: #5E5E5E. Windows color (decimal): -3006847 or 8462034. OLE color: 8462034.
HSL color Cylindrical-coordinate representation of color #D21E81: hue angle of 327º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E81 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 129 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.18 |
| HSL | 327º | 0.75% | 0.47% | - |
| HSV(B) | 327º | 0.86% | 0.82% | - |
| XYZ | 31.01 | 16.22 | 22.26 | - |
| YUV | 95.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 129 | 0 | 0.86 | 0.39 | 0.18 | 327 | 0.75 | 0.47 |
| Hex | D2 | 1E | 81 | 0 | 56 | 27 | 12 | 147 | 4B | 2F |
| Octal | 322 | 36 | 201 | 0 | 126 | 47 | 22 | 507 | 113 | 57 |
| Binary | 11010010 | 11110 | 10000001 | 0 | 1010110 | 100111 | 10010 | 101000111 | 1001011 | 101111 |
Color Harmonies of #D21E81
Complementary color
Monochromatic Colors of #D21E81
Black with #D21E81
Text Example
Text Example
White with #D21E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E81; }
p { color: rgb(210,30,129); }
H1.HeaderClassName
{
color: #D21E81;
}
.AnyTagClassName
{
color: #D21E81;
}
</style>
background-color css
<style>
a { background-color: #D21E81; }
a { background-color: rgb(210,30,129); }
div.DivClassName
{
background-color: #D21E81;
}
.BgClassName
{
background-color: #D21E81;
}
</style>
border-color css
<style>
span { border-color: #D21E81; }
span { border-color: rgb(210,30,129); }
td.TdClassName
{
border-color: #D21E81;
}
.TagClassName
{
border-color: #D21E81;
}
</style>