Shades of Medium Violet Red #D01490
Tints of Medium Violet Red #D01490
RGB
CMYK
RGB Variations
Color information
#D01490 (or 0xD01490) is known color: Medium Violet Red. HEX triplet: D0, 14 and 90. RGB value is (208,20,144). Sum of RGB (Red+Green+Blue) = 208+20+144=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D01490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01490 is #2FEB6F. Grayscale: #5A5A5A. Windows color (decimal): -3140464 or 9442512. OLE color: 9442512.
HSL color Cylindrical-coordinate representation of color #D01490: hue angle of 320.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01490 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.18 |
| HSL | 320.43º | 0.82% | 0.45% | - |
| HSV(B) | 320.43º | 0.9% | 0.82% | - |
| XYZ | 31.3 | 15.92 | 27.81 | - |
| YUV | 90.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 144 | 0 | 0.90 | 0.31 | 0.18 | 320.43 | 0.82 | 0.45 |
| Hex | D0 | 14 | 90 | 0 | 5A | 1F | 12 | 140 | 52 | 2D |
| Octal | 320 | 24 | 220 | 0 | 132 | 37 | 22 | 500 | 122 | 55 |
| Binary | 11010000 | 10100 | 10010000 | 0 | 1011010 | 11111 | 10010 | 101000000 | 1010010 | 101101 |
Color Harmonies of #D01490
Complementary color
Monochromatic Colors of #D01490
Black with #D01490
Text Example
Text Example
White with #D01490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01490; }
p { color: rgb(208,20,144); }
H1.HeaderClassName
{
color: #D01490;
}
.AnyTagClassName
{
color: #D01490;
}
</style>
background-color css
<style>
a { background-color: #D01490; }
a { background-color: rgb(208,20,144); }
div.DivClassName
{
background-color: #D01490;
}
.BgClassName
{
background-color: #D01490;
}
</style>
border-color css
<style>
span { border-color: #D01490; }
span { border-color: rgb(208,20,144); }
td.TdClassName
{
border-color: #D01490;
}
.TagClassName
{
border-color: #D01490;
}
</style>