Shades of Medium Violet Red #D81B8C
Tints of Medium Violet Red #D81B8C
RGB
CMYK
RGB Variations
Color information
#D81B8C (or 0xD81B8C) is known color: Medium Violet Red. HEX triplet: D8, 1B and 8C. RGB value is (216,27,140). Sum of RGB (Red+Green+Blue) = 216+27+140=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B8C is #27E473. Grayscale: #606060. Windows color (decimal): -2614388 or 9182168. OLE color: 9182168.
HSL color Cylindrical-coordinate representation of color #D81B8C: hue angle of 324.13º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B8C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 140 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.15 |
| HSL | 324.13º | 0.78% | 0.48% | - |
| HSV(B) | 324.13º | 0.88% | 0.85% | - |
| XYZ | 33.44 | 17.28 | 26.38 | - |
| YUV | 96.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 140 | 0 | 0.88 | 0.35 | 0.15 | 324.13 | 0.78 | 0.48 |
| Hex | D8 | 1B | 8C | 0 | 58 | 23 | F | 144 | 4E | 30 |
| Octal | 330 | 33 | 214 | 0 | 130 | 43 | 17 | 504 | 116 | 60 |
| Binary | 11011000 | 11011 | 10001100 | 0 | 1011000 | 100011 | 1111 | 101000100 | 1001110 | 110000 |
Color Harmonies of #D81B8C
Complementary color
Monochromatic Colors of #D81B8C
Black with #D81B8C
Text Example
Text Example
White with #D81B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B8C; }
p { color: rgb(216,27,140); }
H1.HeaderClassName
{
color: #D81B8C;
}
.AnyTagClassName
{
color: #D81B8C;
}
</style>
background-color css
<style>
a { background-color: #D81B8C; }
a { background-color: rgb(216,27,140); }
div.DivClassName
{
background-color: #D81B8C;
}
.BgClassName
{
background-color: #D81B8C;
}
</style>
border-color css
<style>
span { border-color: #D81B8C; }
span { border-color: rgb(216,27,140); }
td.TdClassName
{
border-color: #D81B8C;
}
.TagClassName
{
border-color: #D81B8C;
}
</style>