Shades of Medium Violet Red #D2087D
Tints of Medium Violet Red #D2087D
RGB
CMYK
RGB Variations
Color information
#D2087D (or 0xD2087D) is known color: Medium Violet Red. HEX triplet: D2, 08 and 7D. RGB value is (210,8,125). Sum of RGB (Red+Green+Blue) = 210+8+125=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2087D is #2DF782. Grayscale: #515151. Windows color (decimal): -3012483 or 8194258. OLE color: 8194258.
HSL color Cylindrical-coordinate representation of color #D2087D: hue angle of 325.25º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2087D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.18 |
| HSL | 325.25º | 0.93% | 0.43% | - |
| HSV(B) | 325.25º | 0.96% | 0.82% | - |
| XYZ | 30.37 | 15.36 | 20.77 | - |
| YUV | 81.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 125 | 0 | 0.96 | 0.40 | 0.18 | 325.25 | 0.93 | 0.43 |
| Hex | D2 | 8 | 7D | 0 | 60 | 28 | 12 | 145 | 5D | 2B |
| Octal | 322 | 10 | 175 | 0 | 140 | 50 | 22 | 505 | 135 | 53 |
| Binary | 11010010 | 1000 | 1111101 | 0 | 1100000 | 101000 | 10010 | 101000101 | 1011101 | 101011 |
Color Harmonies of #D2087D
Complementary color
Monochromatic Colors of #D2087D
Black with #D2087D
Text Example
Text Example
White with #D2087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2087D; }
p { color: rgb(210,8,125); }
H1.HeaderClassName
{
color: #D2087D;
}
.AnyTagClassName
{
color: #D2087D;
}
</style>
background-color css
<style>
a { background-color: #D2087D; }
a { background-color: rgb(210,8,125); }
div.DivClassName
{
background-color: #D2087D;
}
.BgClassName
{
background-color: #D2087D;
}
</style>
border-color css
<style>
span { border-color: #D2087D; }
span { border-color: rgb(210,8,125); }
td.TdClassName
{
border-color: #D2087D;
}
.TagClassName
{
border-color: #D2087D;
}
</style>