Shades of Medium Violet Red #D81A7E
Tints of Medium Violet Red #D81A7E
RGB
CMYK
RGB Variations
Color information
#D81A7E (or 0xD81A7E) is known color: Medium Violet Red. HEX triplet: D8, 1A and 7E. RGB value is (216,26,126). Sum of RGB (Red+Green+Blue) = 216+26+126=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A7E is #27E581. Grayscale: #5E5E5E. Windows color (decimal): -2614658 or 8264408. OLE color: 8264408.
HSL color Cylindrical-coordinate representation of color #D81A7E: hue angle of 328.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A7E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 126 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.15 |
| HSL | 328.42º | 0.79% | 0.47% | - |
| HSV(B) | 328.42º | 0.88% | 0.85% | - |
| XYZ | 32.45 | 16.84 | 21.28 | - |
| YUV | 94.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 126 | 0 | 0.88 | 0.42 | 0.15 | 328.42 | 0.79 | 0.47 |
| Hex | D8 | 1A | 7E | 0 | 58 | 2A | F | 148 | 4F | 2F |
| Octal | 330 | 32 | 176 | 0 | 130 | 52 | 17 | 510 | 117 | 57 |
| Binary | 11011000 | 11010 | 1111110 | 0 | 1011000 | 101010 | 1111 | 101001000 | 1001111 | 101111 |
Color Harmonies of #D81A7E
Complementary color
Monochromatic Colors of #D81A7E
Black with #D81A7E
Text Example
Text Example
White with #D81A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A7E; }
p { color: rgb(216,26,126); }
H1.HeaderClassName
{
color: #D81A7E;
}
.AnyTagClassName
{
color: #D81A7E;
}
</style>
background-color css
<style>
a { background-color: #D81A7E; }
a { background-color: rgb(216,26,126); }
div.DivClassName
{
background-color: #D81A7E;
}
.BgClassName
{
background-color: #D81A7E;
}
</style>
border-color css
<style>
span { border-color: #D81A7E; }
span { border-color: rgb(216,26,126); }
td.TdClassName
{
border-color: #D81A7E;
}
.TagClassName
{
border-color: #D81A7E;
}
</style>