Shades of Medium Violet Red #D02087
Tints of Medium Violet Red #D02087
RGB
CMYK
RGB Variations
Color information
#D02087 (or 0xD02087) is known color: Medium Violet Red. HEX triplet: D0, 20 and 87. RGB value is (208,32,135). Sum of RGB (Red+Green+Blue) = 208+32+135=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D02087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02087 is #2FDF78. Grayscale: #606060. Windows color (decimal): -3137401 or 8855760. OLE color: 8855760.
HSL color Cylindrical-coordinate representation of color #D02087: hue angle of 324.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02087 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.18 |
| HSL | 324.89º | 0.73% | 0.47% | - |
| HSV(B) | 324.89º | 0.85% | 0.82% | - |
| XYZ | 30.9 | 16.19 | 24.42 | - |
| YUV | 96.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 135 | 0 | 0.85 | 0.35 | 0.18 | 324.89 | 0.73 | 0.47 |
| Hex | D0 | 20 | 87 | 0 | 55 | 23 | 12 | 145 | 49 | 2F |
| Octal | 320 | 40 | 207 | 0 | 125 | 43 | 22 | 505 | 111 | 57 |
| Binary | 11010000 | 100000 | 10000111 | 0 | 1010101 | 100011 | 10010 | 101000101 | 1001001 | 101111 |
Color Harmonies of #D02087
Complementary color
Monochromatic Colors of #D02087
Black with #D02087
Text Example
Text Example
White with #D02087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02087; }
p { color: rgb(208,32,135); }
H1.HeaderClassName
{
color: #D02087;
}
.AnyTagClassName
{
color: #D02087;
}
</style>
background-color css
<style>
a { background-color: #D02087; }
a { background-color: rgb(208,32,135); }
div.DivClassName
{
background-color: #D02087;
}
.BgClassName
{
background-color: #D02087;
}
</style>
border-color css
<style>
span { border-color: #D02087; }
span { border-color: rgb(208,32,135); }
td.TdClassName
{
border-color: #D02087;
}
.TagClassName
{
border-color: #D02087;
}
</style>