Shades of Medium Violet Red #D61881
Tints of Medium Violet Red #D61881
RGB
CMYK
RGB Variations
Color information
#D61881 (or 0xD61881) is known color: Medium Violet Red. HEX triplet: D6, 18 and 81. RGB value is (214,24,129). Sum of RGB (Red+Green+Blue) = 214+24+129=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D61881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61881 is #29E77E. Grayscale: #5C5C5C. Windows color (decimal): -2746239 or 8460502. OLE color: 8460502.
HSL color Cylindrical-coordinate representation of color #D61881: hue angle of 326.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61881 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.16 |
| HSL | 326.84º | 0.8% | 0.47% | - |
| HSV(B) | 326.84º | 0.89% | 0.84% | - |
| XYZ | 32.02 | 16.53 | 22.27 | - |
| YUV | 92.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 129 | 0 | 0.89 | 0.40 | 0.16 | 326.84 | 0.8 | 0.47 |
| Hex | D6 | 18 | 81 | 0 | 59 | 28 | 10 | 147 | 50 | 2F |
| Octal | 326 | 30 | 201 | 0 | 131 | 50 | 20 | 507 | 120 | 57 |
| Binary | 11010110 | 11000 | 10000001 | 0 | 1011001 | 101000 | 10000 | 101000111 | 1010000 | 101111 |
Color Harmonies of #D61881
Complementary color
Monochromatic Colors of #D61881
Black with #D61881
Text Example
Text Example
White with #D61881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61881; }
p { color: rgb(214,24,129); }
H1.HeaderClassName
{
color: #D61881;
}
.AnyTagClassName
{
color: #D61881;
}
</style>
background-color css
<style>
a { background-color: #D61881; }
a { background-color: rgb(214,24,129); }
div.DivClassName
{
background-color: #D61881;
}
.BgClassName
{
background-color: #D61881;
}
</style>
border-color css
<style>
span { border-color: #D61881; }
span { border-color: rgb(214,24,129); }
td.TdClassName
{
border-color: #D61881;
}
.TagClassName
{
border-color: #D61881;
}
</style>