Shades of Medium Violet Red #D00391
Tints of Medium Violet Red #D00391
RGB
CMYK
RGB Variations
Color information
#D00391 (or 0xD00391) is known color: Medium Violet Red. HEX triplet: D0, 03 and 91. RGB value is (208,3,145). Sum of RGB (Red+Green+Blue) = 208+3+145=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D00391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00391 is #2FFC6E. Grayscale: #505050. Windows color (decimal): -3144815 or 9503696. OLE color: 9503696.
HSL color Cylindrical-coordinate representation of color #D00391: hue angle of 318.44º 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 #D00391 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.18 |
| HSL | 318.44º | 0.97% | 0.41% | - |
| HSV(B) | 318.44º | 0.99% | 0.82% | - |
| XYZ | 31.16 | 15.52 | 28.14 | - |
| YUV | 80.48 | 164.42 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 145 | 0 | 0.99 | 0.30 | 0.18 | 318.44 | 0.97 | 0.41 |
| Hex | D0 | 3 | 91 | 0 | 63 | 1E | 12 | 13E | 61 | 29 |
| Octal | 320 | 3 | 221 | 0 | 143 | 36 | 22 | 476 | 141 | 51 |
| Binary | 11010000 | 11 | 10010001 | 0 | 1100011 | 11110 | 10010 | 100111110 | 1100001 | 101001 |
Color Harmonies of #D00391
Complementary color
Monochromatic Colors of #D00391
Black with #D00391
Text Example
Text Example
White with #D00391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00391; }
p { color: rgb(208,3,145); }
H1.HeaderClassName
{
color: #D00391;
}
.AnyTagClassName
{
color: #D00391;
}
</style>
background-color css
<style>
a { background-color: #D00391; }
a { background-color: rgb(208,3,145); }
div.DivClassName
{
background-color: #D00391;
}
.BgClassName
{
background-color: #D00391;
}
</style>
border-color css
<style>
span { border-color: #D00391; }
span { border-color: rgb(208,3,145); }
td.TdClassName
{
border-color: #D00391;
}
.TagClassName
{
border-color: #D00391;
}
</style>