Shades of Medium Violet Red #D00394
Tints of Medium Violet Red #D00394
RGB
CMYK
RGB Variations
Color information
#D00394 (or 0xD00394) is known color: Medium Violet Red. HEX triplet: D0, 03 and 94. RGB value is (208,3,148). Sum of RGB (Red+Green+Blue) = 208+3+148=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00394 is #2FFC6B. Grayscale: #505050. Windows color (decimal): -3144812 or 9700304. OLE color: 9700304.
HSL color Cylindrical-coordinate representation of color #D00394: hue angle of 317.56º 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 #D00394 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.18 |
| HSL | 317.56º | 0.97% | 0.41% | - |
| HSV(B) | 317.56º | 0.99% | 0.82% | - |
| XYZ | 31.39 | 15.61 | 29.38 | - |
| YUV | 80.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 148 | 0 | 0.99 | 0.29 | 0.18 | 317.56 | 0.97 | 0.41 |
| Hex | D0 | 3 | 94 | 0 | 63 | 1D | 12 | 13E | 61 | 29 |
| Octal | 320 | 3 | 224 | 0 | 143 | 35 | 22 | 476 | 141 | 51 |
| Binary | 11010000 | 11 | 10010100 | 0 | 1100011 | 11101 | 10010 | 100111110 | 1100001 | 101001 |
Color Harmonies of #D00394
Complementary color
Monochromatic Colors of #D00394
Black with #D00394
Text Example
Text Example
White with #D00394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00394; }
p { color: rgb(208,3,148); }
H1.HeaderClassName
{
color: #D00394;
}
.AnyTagClassName
{
color: #D00394;
}
</style>
background-color css
<style>
a { background-color: #D00394; }
a { background-color: rgb(208,3,148); }
div.DivClassName
{
background-color: #D00394;
}
.BgClassName
{
background-color: #D00394;
}
</style>
border-color css
<style>
span { border-color: #D00394; }
span { border-color: rgb(208,3,148); }
td.TdClassName
{
border-color: #D00394;
}
.TagClassName
{
border-color: #D00394;
}
</style>