Shades of Medium Violet Red #D0087F
Tints of Medium Violet Red #D0087F
RGB
CMYK
RGB Variations
Color information
#D0087F (or 0xD0087F) is known color: Medium Violet Red. HEX triplet: D0, 08 and 7F. RGB value is (208,8,127). Sum of RGB (Red+Green+Blue) = 208+8+127=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D0087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0087F is #2FF780. Grayscale: #515151. Windows color (decimal): -3143553 or 8325328. OLE color: 8325328.
HSL color Cylindrical-coordinate representation of color #D0087F: hue angle of 324.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0087F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.18 |
| HSL | 324.3º | 0.93% | 0.42% | - |
| HSV(B) | 324.3º | 0.96% | 0.82% | - |
| XYZ | 29.93 | 15.12 | 21.42 | - |
| YUV | 81.37 | 153.76 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 127 | 0 | 0.96 | 0.39 | 0.18 | 324.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 7F | 0 | 60 | 27 | 12 | 144 | 5D | 2A |
| Octal | 320 | 10 | 177 | 0 | 140 | 47 | 22 | 504 | 135 | 52 |
| Binary | 11010000 | 1000 | 1111111 | 0 | 1100000 | 100111 | 10010 | 101000100 | 1011101 | 101010 |
Color Harmonies of #D0087F
Complementary color
Monochromatic Colors of #D0087F
Black with #D0087F
Text Example
Text Example
White with #D0087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0087F; }
p { color: rgb(208,8,127); }
H1.HeaderClassName
{
color: #D0087F;
}
.AnyTagClassName
{
color: #D0087F;
}
</style>
background-color css
<style>
a { background-color: #D0087F; }
a { background-color: rgb(208,8,127); }
div.DivClassName
{
background-color: #D0087F;
}
.BgClassName
{
background-color: #D0087F;
}
</style>
border-color css
<style>
span { border-color: #D0087F; }
span { border-color: rgb(208,8,127); }
td.TdClassName
{
border-color: #D0087F;
}
.TagClassName
{
border-color: #D0087F;
}
</style>