Shades of Medium Violet Red #D00190
Tints of Medium Violet Red #D00190
RGB
CMYK
RGB Variations
Color information
#D00190 (or 0xD00190) is known color: Medium Violet Red. HEX triplet: D0, 01 and 90. RGB value is (208,1,144). Sum of RGB (Red+Green+Blue) = 208+1+144=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D00190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00190 is #2FFE6F. Grayscale: #4E4E4E. Windows color (decimal): -3145328 or 9437648. OLE color: 9437648.
HSL color Cylindrical-coordinate representation of color #D00190: hue angle of 318.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00190 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.18 |
| HSL | 318.55º | 0.99% | 0.41% | - |
| HSV(B) | 318.55º | 1% | 0.82% | - |
| XYZ | 31.06 | 15.45 | 27.73 | - |
| YUV | 79.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 144 | 0 | 1.00 | 0.31 | 0.18 | 318.55 | 0.99 | 0.41 |
| Hex | D0 | 1 | 90 | 0 | 64 | 1F | 12 | 13F | 63 | 29 |
| Octal | 320 | 1 | 220 | 0 | 144 | 37 | 22 | 477 | 143 | 51 |
| Binary | 11010000 | 1 | 10010000 | 0 | 1100100 | 11111 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D00190
Complementary color
Monochromatic Colors of #D00190
Black with #D00190
Text Example
Text Example
White with #D00190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00190; }
p { color: rgb(208,1,144); }
H1.HeaderClassName
{
color: #D00190;
}
.AnyTagClassName
{
color: #D00190;
}
</style>
background-color css
<style>
a { background-color: #D00190; }
a { background-color: rgb(208,1,144); }
div.DivClassName
{
background-color: #D00190;
}
.BgClassName
{
background-color: #D00190;
}
</style>
border-color css
<style>
span { border-color: #D00190; }
span { border-color: rgb(208,1,144); }
td.TdClassName
{
border-color: #D00190;
}
.TagClassName
{
border-color: #D00190;
}
</style>