Shades of Medium Violet Red #D61A8D
Tints of Medium Violet Red #D61A8D
RGB
CMYK
RGB Variations
Color information
#D61A8D (or 0xD61A8D) is known color: Medium Violet Red. HEX triplet: D6, 1A and 8D. RGB value is (214,26,141). Sum of RGB (Red+Green+Blue) = 214+26+141=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A8D is #29E572. Grayscale: #5F5F5F. Windows color (decimal): -2745715 or 9247446. OLE color: 9247446.
HSL color Cylindrical-coordinate representation of color #D61A8D: hue angle of 323.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A8D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 141 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.16 |
| HSL | 323.3º | 0.78% | 0.47% | - |
| HSV(B) | 323.3º | 0.88% | 0.84% | - |
| XYZ | 32.91 | 16.96 | 26.74 | - |
| YUV | 95.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 141 | 0 | 0.88 | 0.34 | 0.16 | 323.3 | 0.78 | 0.47 |
| Hex | D6 | 1A | 8D | 0 | 58 | 22 | 10 | 143 | 4E | 2F |
| Octal | 326 | 32 | 215 | 0 | 130 | 42 | 20 | 503 | 116 | 57 |
| Binary | 11010110 | 11010 | 10001101 | 0 | 1011000 | 100010 | 10000 | 101000011 | 1001110 | 101111 |
Color Harmonies of #D61A8D
Complementary color
Monochromatic Colors of #D61A8D
Black with #D61A8D
Text Example
Text Example
White with #D61A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A8D; }
p { color: rgb(214,26,141); }
H1.HeaderClassName
{
color: #D61A8D;
}
.AnyTagClassName
{
color: #D61A8D;
}
</style>
background-color css
<style>
a { background-color: #D61A8D; }
a { background-color: rgb(214,26,141); }
div.DivClassName
{
background-color: #D61A8D;
}
.BgClassName
{
background-color: #D61A8D;
}
</style>
border-color css
<style>
span { border-color: #D61A8D; }
span { border-color: rgb(214,26,141); }
td.TdClassName
{
border-color: #D61A8D;
}
.TagClassName
{
border-color: #D61A8D;
}
</style>