Shades of Medium Violet Red #D81CA6
Tints of Medium Violet Red #D81CA6
RGB
CMYK
RGB Variations
Color information
#D81CA6 (or 0xD81CA6) is known color: Medium Violet Red. HEX triplet: D8, 1C and A6. RGB value is (216,28,166). Sum of RGB (Red+Green+Blue) = 216+28+166=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81CA6 is #27E359. Grayscale: #636363. Windows color (decimal): -2614106 or 10886360. OLE color: 10886360.
HSL color Cylindrical-coordinate representation of color #D81CA6: hue angle of 315.96º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CA6 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 166 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.15 |
| HSL | 315.96º | 0.77% | 0.48% | - |
| HSV(B) | 315.96º | 0.87% | 0.85% | - |
| XYZ | 35.62 | 18.18 | 37.71 | - |
| YUV | 99.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 166 | 0 | 0.87 | 0.23 | 0.15 | 315.96 | 0.77 | 0.48 |
| Hex | D8 | 1C | A6 | 0 | 57 | 17 | F | 13C | 4D | 30 |
| Octal | 330 | 34 | 246 | 0 | 127 | 27 | 17 | 474 | 115 | 60 |
| Binary | 11011000 | 11100 | 10100110 | 0 | 1010111 | 10111 | 1111 | 100111100 | 1001101 | 110000 |
Color Harmonies of #D81CA6
Complementary color
Monochromatic Colors of #D81CA6
Black with #D81CA6
Text Example
Text Example
White with #D81CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CA6; }
p { color: rgb(216,28,166); }
H1.HeaderClassName
{
color: #D81CA6;
}
.AnyTagClassName
{
color: #D81CA6;
}
</style>
background-color css
<style>
a { background-color: #D81CA6; }
a { background-color: rgb(216,28,166); }
div.DivClassName
{
background-color: #D81CA6;
}
.BgClassName
{
background-color: #D81CA6;
}
</style>
border-color css
<style>
span { border-color: #D81CA6; }
span { border-color: rgb(216,28,166); }
td.TdClassName
{
border-color: #D81CA6;
}
.TagClassName
{
border-color: #D81CA6;
}
</style>