Shades of Medium Violet Red #D007A2
Tints of Medium Violet Red #D007A2
RGB
CMYK
RGB Variations
Color information
#D007A2 (or 0xD007A2) is known color: Medium Violet Red. HEX triplet: D0, 07 and A2. RGB value is (208,7,162). Sum of RGB (Red+Green+Blue) = 208+7+162=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D007A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007A2 is #2FF85D. Grayscale: #545454. Windows color (decimal): -3143774 or 10618832. OLE color: 10618832.
HSL color Cylindrical-coordinate representation of color #D007A2: hue angle of 313.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007A2 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.18 |
| HSL | 313.73º | 0.93% | 0.42% | - |
| HSV(B) | 313.73º | 0.97% | 0.82% | - |
| XYZ | 32.61 | 16.17 | 35.58 | - |
| YUV | 84.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 162 | 0 | 0.97 | 0.22 | 0.18 | 313.73 | 0.93 | 0.42 |
| Hex | D0 | 7 | A2 | 0 | 61 | 16 | 12 | 13A | 5D | 2A |
| Octal | 320 | 7 | 242 | 0 | 141 | 26 | 22 | 472 | 135 | 52 |
| Binary | 11010000 | 111 | 10100010 | 0 | 1100001 | 10110 | 10010 | 100111010 | 1011101 | 101010 |
Color Harmonies of #D007A2
Complementary color
Monochromatic Colors of #D007A2
Black with #D007A2
Text Example
Text Example
White with #D007A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007A2; }
p { color: rgb(208,7,162); }
H1.HeaderClassName
{
color: #D007A2;
}
.AnyTagClassName
{
color: #D007A2;
}
</style>
background-color css
<style>
a { background-color: #D007A2; }
a { background-color: rgb(208,7,162); }
div.DivClassName
{
background-color: #D007A2;
}
.BgClassName
{
background-color: #D007A2;
}
</style>
border-color css
<style>
span { border-color: #D007A2; }
span { border-color: rgb(208,7,162); }
td.TdClassName
{
border-color: #D007A2;
}
.TagClassName
{
border-color: #D007A2;
}
</style>