Shades of Medium Violet Red #D0037A
Tints of Medium Violet Red #D0037A
RGB
CMYK
RGB Variations
Color information
#D0037A (or 0xD0037A) is known color: Medium Violet Red. HEX triplet: D0, 03 and 7A. RGB value is (208,3,122). Sum of RGB (Red+Green+Blue) = 208+3+122=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0037A is #2FFC85. Grayscale: #4D4D4D. Windows color (decimal): -3144838 or 7996368. OLE color: 7996368.
HSL color Cylindrical-coordinate representation of color #D0037A: hue angle of 325.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0037A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.18 |
| HSL | 325.17º | 0.97% | 0.41% | - |
| HSV(B) | 325.17º | 0.99% | 0.82% | - |
| XYZ | 29.56 | 14.88 | 19.73 | - |
| YUV | 77.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 122 | 0 | 0.99 | 0.41 | 0.18 | 325.17 | 0.97 | 0.41 |
| Hex | D0 | 3 | 7A | 0 | 63 | 29 | 12 | 145 | 61 | 29 |
| Octal | 320 | 3 | 172 | 0 | 143 | 51 | 22 | 505 | 141 | 51 |
| Binary | 11010000 | 11 | 1111010 | 0 | 1100011 | 101001 | 10010 | 101000101 | 1100001 | 101001 |
Color Harmonies of #D0037A
Complementary color
Monochromatic Colors of #D0037A
Black with #D0037A
Text Example
Text Example
White with #D0037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0037A; }
p { color: rgb(208,3,122); }
H1.HeaderClassName
{
color: #D0037A;
}
.AnyTagClassName
{
color: #D0037A;
}
</style>
background-color css
<style>
a { background-color: #D0037A; }
a { background-color: rgb(208,3,122); }
div.DivClassName
{
background-color: #D0037A;
}
.BgClassName
{
background-color: #D0037A;
}
</style>
border-color css
<style>
span { border-color: #D0037A; }
span { border-color: rgb(208,3,122); }
td.TdClassName
{
border-color: #D0037A;
}
.TagClassName
{
border-color: #D0037A;
}
</style>