Shades of Medium Violet Red #D00A7D
Tints of Medium Violet Red #D00A7D
RGB
CMYK
RGB Variations
Color information
#D00A7D (or 0xD00A7D) is known color: Medium Violet Red. HEX triplet: D0, 0A and 7D. RGB value is (208,10,125). Sum of RGB (Red+Green+Blue) = 208+10+125=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A7D is #2FF582. Grayscale: #525252. Windows color (decimal): -3143043 or 8194768. OLE color: 8194768.
HSL color Cylindrical-coordinate representation of color #D00A7D: hue angle of 325.15º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A7D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 125 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.18 |
| HSL | 325.15º | 0.91% | 0.43% | - |
| HSV(B) | 325.15º | 0.95% | 0.82% | - |
| XYZ | 29.82 | 15.11 | 20.75 | - |
| YUV | 82.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 125 | 0 | 0.95 | 0.40 | 0.18 | 325.15 | 0.91 | 0.43 |
| Hex | D0 | A | 7D | 0 | 5F | 28 | 12 | 145 | 5B | 2B |
| Octal | 320 | 12 | 175 | 0 | 137 | 50 | 22 | 505 | 133 | 53 |
| Binary | 11010000 | 1010 | 1111101 | 0 | 1011111 | 101000 | 10010 | 101000101 | 1011011 | 101011 |
Color Harmonies of #D00A7D
Complementary color
Monochromatic Colors of #D00A7D
Black with #D00A7D
Text Example
Text Example
White with #D00A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A7D; }
p { color: rgb(208,10,125); }
H1.HeaderClassName
{
color: #D00A7D;
}
.AnyTagClassName
{
color: #D00A7D;
}
</style>
background-color css
<style>
a { background-color: #D00A7D; }
a { background-color: rgb(208,10,125); }
div.DivClassName
{
background-color: #D00A7D;
}
.BgClassName
{
background-color: #D00A7D;
}
</style>
border-color css
<style>
span { border-color: #D00A7D; }
span { border-color: rgb(208,10,125); }
td.TdClassName
{
border-color: #D00A7D;
}
.TagClassName
{
border-color: #D00A7D;
}
</style>