Shades of Medium Violet Red #D81699
Tints of Medium Violet Red #D81699
RGB
CMYK
RGB Variations
Color information
#D81699 (or 0xD81699) is known color: Medium Violet Red. HEX triplet: D8, 16 and 99. RGB value is (216,22,153). Sum of RGB (Red+Green+Blue) = 216+22+153=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D81699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81699 is #27E966. Grayscale: #5E5E5E. Windows color (decimal): -2615655 or 10032856. OLE color: 10032856.
HSL color Cylindrical-coordinate representation of color #D81699: hue angle of 319.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81699 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.15 |
| HSL | 319.48º | 0.82% | 0.47% | - |
| HSV(B) | 319.48º | 0.9% | 0.85% | - |
| XYZ | 34.36 | 17.47 | 31.7 | - |
| YUV | 94.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 153 | 0 | 0.90 | 0.29 | 0.15 | 319.48 | 0.82 | 0.47 |
| Hex | D8 | 16 | 99 | 0 | 5A | 1D | F | 13F | 52 | 2F |
| Octal | 330 | 26 | 231 | 0 | 132 | 35 | 17 | 477 | 122 | 57 |
| Binary | 11011000 | 10110 | 10011001 | 0 | 1011010 | 11101 | 1111 | 100111111 | 1010010 | 101111 |
Color Harmonies of #D81699
Complementary color
Monochromatic Colors of #D81699
Black with #D81699
Text Example
Text Example
White with #D81699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81699; }
p { color: rgb(216,22,153); }
H1.HeaderClassName
{
color: #D81699;
}
.AnyTagClassName
{
color: #D81699;
}
</style>
background-color css
<style>
a { background-color: #D81699; }
a { background-color: rgb(216,22,153); }
div.DivClassName
{
background-color: #D81699;
}
.BgClassName
{
background-color: #D81699;
}
</style>
border-color css
<style>
span { border-color: #D81699; }
span { border-color: rgb(216,22,153); }
td.TdClassName
{
border-color: #D81699;
}
.TagClassName
{
border-color: #D81699;
}
</style>