Shades of Medium Violet Red #D00DA2
Tints of Medium Violet Red #D00DA2
RGB
CMYK
RGB Variations
Color information
#D00DA2 (or 0xD00DA2) is known color: Medium Violet Red. HEX triplet: D0, 0D and A2. RGB value is (208,13,162). Sum of RGB (Red+Green+Blue) = 208+13+162=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DA2 is #2FF25D. Grayscale: #575757. Windows color (decimal): -3142238 or 10620368. OLE color: 10620368.
HSL color Cylindrical-coordinate representation of color #D00DA2: hue angle of 314.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DA2 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 162 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.18 |
| HSL | 314.15º | 0.88% | 0.43% | - |
| HSV(B) | 314.15º | 0.94% | 0.82% | - |
| XYZ | 32.68 | 16.31 | 35.61 | - |
| YUV | 88.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 162 | 0 | 0.94 | 0.22 | 0.18 | 314.15 | 0.88 | 0.43 |
| Hex | D0 | D | A2 | 0 | 5E | 16 | 12 | 13A | 58 | 2B |
| Octal | 320 | 15 | 242 | 0 | 136 | 26 | 22 | 472 | 130 | 53 |
| Binary | 11010000 | 1101 | 10100010 | 0 | 1011110 | 10110 | 10010 | 100111010 | 1011000 | 101011 |
Color Harmonies of #D00DA2
Complementary color
Monochromatic Colors of #D00DA2
Black with #D00DA2
Text Example
Text Example
White with #D00DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DA2; }
p { color: rgb(208,13,162); }
H1.HeaderClassName
{
color: #D00DA2;
}
.AnyTagClassName
{
color: #D00DA2;
}
</style>
background-color css
<style>
a { background-color: #D00DA2; }
a { background-color: rgb(208,13,162); }
div.DivClassName
{
background-color: #D00DA2;
}
.BgClassName
{
background-color: #D00DA2;
}
</style>
border-color css
<style>
span { border-color: #D00DA2; }
span { border-color: rgb(208,13,162); }
td.TdClassName
{
border-color: #D00DA2;
}
.TagClassName
{
border-color: #D00DA2;
}
</style>