Shades of Medium Violet Red #D01394
Tints of Medium Violet Red #D01394
RGB
CMYK
RGB Variations
Color information
#D01394 (or 0xD01394) is known color: Medium Violet Red. HEX triplet: D0, 13 and 94. RGB value is (208,19,148). Sum of RGB (Red+Green+Blue) = 208+19+148=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D01394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01394 is #2FEC6B. Grayscale: #595959. Windows color (decimal): -3140716 or 9704400. OLE color: 9704400.
HSL color Cylindrical-coordinate representation of color #D01394: hue angle of 319.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01394 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 148 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.18 |
| HSL | 319.05º | 0.83% | 0.45% | - |
| HSV(B) | 319.05º | 0.91% | 0.82% | - |
| XYZ | 31.59 | 16.01 | 29.44 | - |
| YUV | 90.22 | 160.62 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 148 | 0 | 0.91 | 0.29 | 0.18 | 319.05 | 0.83 | 0.45 |
| Hex | D0 | 13 | 94 | 0 | 5B | 1D | 12 | 13F | 53 | 2D |
| Octal | 320 | 23 | 224 | 0 | 133 | 35 | 22 | 477 | 123 | 55 |
| Binary | 11010000 | 10011 | 10010100 | 0 | 1011011 | 11101 | 10010 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D01394
Complementary color
Monochromatic Colors of #D01394
Black with #D01394
Text Example
Text Example
White with #D01394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01394; }
p { color: rgb(208,19,148); }
H1.HeaderClassName
{
color: #D01394;
}
.AnyTagClassName
{
color: #D01394;
}
</style>
background-color css
<style>
a { background-color: #D01394; }
a { background-color: rgb(208,19,148); }
div.DivClassName
{
background-color: #D01394;
}
.BgClassName
{
background-color: #D01394;
}
</style>
border-color css
<style>
span { border-color: #D01394; }
span { border-color: rgb(208,19,148); }
td.TdClassName
{
border-color: #D01394;
}
.TagClassName
{
border-color: #D01394;
}
</style>