Shades of Medium Violet Red #D2007B
Tints of Medium Violet Red #D2007B
RGB
CMYK
RGB Variations
Color information
#D2007B (or 0xD2007B) is known color: Medium Violet Red. HEX triplet: D2, 00 and 7B. RGB value is (210,0,123). Sum of RGB (Red+Green+Blue) = 210+0+123=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2007B is #2DFF84. Grayscale: #4C4C4C. Windows color (decimal): -3014533 or 8061138. OLE color: 8061138.
HSL color Cylindrical-coordinate representation of color #D2007B: hue angle of 324.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2007B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.41 | 0.18 |
| HSL | 324.86º | 1% | 0.41% | - |
| HSV(B) | 324.86º | 1% | 0.82% | - |
| XYZ | 30.15 | 15.13 | 20.07 | - |
| YUV | 76.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 123 | 0 | 1 | 0.41 | 0.18 | 324.86 | 1 | 0.41 |
| Hex | D2 | 0 | 7B | 0 | 64 | 29 | 12 | 145 | 64 | 29 |
| Octal | 322 | 0 | 173 | 0 | 144 | 51 | 22 | 505 | 144 | 51 |
| Binary | 11010010 | 0 | 1111011 | 0 | 1100100 | 101001 | 10010 | 101000101 | 1100100 | 101001 |
Color Harmonies of #D2007B
Complementary color
Monochromatic Colors of #D2007B
Black with #D2007B
Text Example
Text Example
White with #D2007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2007B; }
p { color: rgb(210,0,123); }
H1.HeaderClassName
{
color: #D2007B;
}
.AnyTagClassName
{
color: #D2007B;
}
</style>
background-color css
<style>
a { background-color: #D2007B; }
a { background-color: rgb(210,0,123); }
div.DivClassName
{
background-color: #D2007B;
}
.BgClassName
{
background-color: #D2007B;
}
</style>
border-color css
<style>
span { border-color: #D2007B; }
span { border-color: rgb(210,0,123); }
td.TdClassName
{
border-color: #D2007B;
}
.TagClassName
{
border-color: #D2007B;
}
</style>