Shades of Medium Violet Red #D00A7B
Tints of Medium Violet Red #D00A7B
RGB
CMYK
RGB Variations
Color information
#D00A7B (or 0xD00A7B) is known color: Medium Violet Red. HEX triplet: D0, 0A and 7B. RGB value is (208,10,123). Sum of RGB (Red+Green+Blue) = 208+10+123=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A7B is #2FF584. Grayscale: #515151. Windows color (decimal): -3143045 or 8063696. OLE color: 8063696.
HSL color Cylindrical-coordinate representation of color #D00A7B: hue angle of 325.76º 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 #D00A7B is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.18 |
| HSL | 325.76º | 0.91% | 0.43% | - |
| HSV(B) | 325.76º | 0.95% | 0.82% | - |
| XYZ | 29.7 | 15.06 | 20.08 | - |
| YUV | 82.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 123 | 0 | 0.95 | 0.41 | 0.18 | 325.76 | 0.91 | 0.43 |
| Hex | D0 | A | 7B | 0 | 5F | 29 | 12 | 146 | 5B | 2B |
| Octal | 320 | 12 | 173 | 0 | 137 | 51 | 22 | 506 | 133 | 53 |
| Binary | 11010000 | 1010 | 1111011 | 0 | 1011111 | 101001 | 10010 | 101000110 | 1011011 | 101011 |
Color Harmonies of #D00A7B
Complementary color
Monochromatic Colors of #D00A7B
Black with #D00A7B
Text Example
Text Example
White with #D00A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A7B; }
p { color: rgb(208,10,123); }
H1.HeaderClassName
{
color: #D00A7B;
}
.AnyTagClassName
{
color: #D00A7B;
}
</style>
background-color css
<style>
a { background-color: #D00A7B; }
a { background-color: rgb(208,10,123); }
div.DivClassName
{
background-color: #D00A7B;
}
.BgClassName
{
background-color: #D00A7B;
}
</style>
border-color css
<style>
span { border-color: #D00A7B; }
span { border-color: rgb(208,10,123); }
td.TdClassName
{
border-color: #D00A7B;
}
.TagClassName
{
border-color: #D00A7B;
}
</style>