Shades of Medium Violet Red #D81D93
Tints of Medium Violet Red #D81D93
RGB
CMYK
RGB Variations
Color information
#D81D93 (or 0xD81D93) is known color: Medium Violet Red. HEX triplet: D8, 1D and 93. RGB value is (216,29,147). Sum of RGB (Red+Green+Blue) = 216+29+147=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D93 is #27E26C. Grayscale: #626262. Windows color (decimal): -2613869 or 9641432. OLE color: 9641432.
HSL color Cylindrical-coordinate representation of color #D81D93: hue angle of 322.14º degrees, saturation: 0.76, 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 #D81D93 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 147 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.15 |
| HSL | 322.14º | 0.76% | 0.48% | - |
| HSV(B) | 322.14º | 0.87% | 0.85% | - |
| XYZ | 34.02 | 17.58 | 29.2 | - |
| YUV | 98.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 147 | 0 | 0.87 | 0.32 | 0.15 | 322.14 | 0.76 | 0.48 |
| Hex | D8 | 1D | 93 | 0 | 57 | 20 | F | 142 | 4C | 30 |
| Octal | 330 | 35 | 223 | 0 | 127 | 40 | 17 | 502 | 114 | 60 |
| Binary | 11011000 | 11101 | 10010011 | 0 | 1010111 | 100000 | 1111 | 101000010 | 1001100 | 110000 |
Color Harmonies of #D81D93
Complementary color
Monochromatic Colors of #D81D93
Black with #D81D93
Text Example
Text Example
White with #D81D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D93; }
p { color: rgb(216,29,147); }
H1.HeaderClassName
{
color: #D81D93;
}
.AnyTagClassName
{
color: #D81D93;
}
</style>
background-color css
<style>
a { background-color: #D81D93; }
a { background-color: rgb(216,29,147); }
div.DivClassName
{
background-color: #D81D93;
}
.BgClassName
{
background-color: #D81D93;
}
</style>
border-color css
<style>
span { border-color: #D81D93; }
span { border-color: rgb(216,29,147); }
td.TdClassName
{
border-color: #D81D93;
}
.TagClassName
{
border-color: #D81D93;
}
</style>