Shades of Medium Violet Red #D00AA7
Tints of Medium Violet Red #D00AA7
RGB
CMYK
RGB Variations
Color information
#D00AA7 (or 0xD00AA7) is known color: Medium Violet Red. HEX triplet: D0, 0A and A7. RGB value is (208,10,167). Sum of RGB (Red+Green+Blue) = 208+10+167=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00AA7 is #2FF558. Grayscale: #565656. Windows color (decimal): -3143001 or 10947280. OLE color: 10947280.
HSL color Cylindrical-coordinate representation of color #D00AA7: hue angle of 312.42º 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 #D00AA7 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 167 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.18 |
| HSL | 312.42º | 0.91% | 0.43% | - |
| HSV(B) | 312.42º | 0.95% | 0.82% | - |
| XYZ | 33.1 | 16.42 | 37.98 | - |
| YUV | 87.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 167 | 0 | 0.95 | 0.20 | 0.18 | 312.42 | 0.91 | 0.43 |
| Hex | D0 | A | A7 | 0 | 5F | 14 | 12 | 138 | 5B | 2B |
| Octal | 320 | 12 | 247 | 0 | 137 | 24 | 22 | 470 | 133 | 53 |
| Binary | 11010000 | 1010 | 10100111 | 0 | 1011111 | 10100 | 10010 | 100111000 | 1011011 | 101011 |
Color Harmonies of #D00AA7
Complementary color
Monochromatic Colors of #D00AA7
Black with #D00AA7
Text Example
Text Example
White with #D00AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AA7; }
p { color: rgb(208,10,167); }
H1.HeaderClassName
{
color: #D00AA7;
}
.AnyTagClassName
{
color: #D00AA7;
}
</style>
background-color css
<style>
a { background-color: #D00AA7; }
a { background-color: rgb(208,10,167); }
div.DivClassName
{
background-color: #D00AA7;
}
.BgClassName
{
background-color: #D00AA7;
}
</style>
border-color css
<style>
span { border-color: #D00AA7; }
span { border-color: rgb(208,10,167); }
td.TdClassName
{
border-color: #D00AA7;
}
.TagClassName
{
border-color: #D00AA7;
}
</style>