Shades of Medium Violet Red #D01290
Tints of Medium Violet Red #D01290
RGB
CMYK
RGB Variations
Color information
#D01290 (or 0xD01290) is known color: Medium Violet Red. HEX triplet: D0, 12 and 90. RGB value is (208,18,144). Sum of RGB (Red+Green+Blue) = 208+18+144=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D01290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01290 is #2FED6F. Grayscale: #585858. Windows color (decimal): -3140976 or 9442000. OLE color: 9442000.
HSL color Cylindrical-coordinate representation of color #D01290: hue angle of 320.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01290 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 144 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.18 |
| HSL | 320.21º | 0.84% | 0.44% | - |
| HSV(B) | 320.21º | 0.91% | 0.82% | - |
| XYZ | 31.26 | 15.86 | 27.8 | - |
| YUV | 89.17 | 158.95 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 144 | 0 | 0.91 | 0.31 | 0.18 | 320.21 | 0.84 | 0.44 |
| Hex | D0 | 12 | 90 | 0 | 5B | 1F | 12 | 140 | 54 | 2C |
| Octal | 320 | 22 | 220 | 0 | 133 | 37 | 22 | 500 | 124 | 54 |
| Binary | 11010000 | 10010 | 10010000 | 0 | 1011011 | 11111 | 10010 | 101000000 | 1010100 | 101100 |
Color Harmonies of #D01290
Complementary color
Monochromatic Colors of #D01290
Black with #D01290
Text Example
Text Example
White with #D01290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01290; }
p { color: rgb(208,18,144); }
H1.HeaderClassName
{
color: #D01290;
}
.AnyTagClassName
{
color: #D01290;
}
</style>
background-color css
<style>
a { background-color: #D01290; }
a { background-color: rgb(208,18,144); }
div.DivClassName
{
background-color: #D01290;
}
.BgClassName
{
background-color: #D01290;
}
</style>
border-color css
<style>
span { border-color: #D01290; }
span { border-color: rgb(208,18,144); }
td.TdClassName
{
border-color: #D01290;
}
.TagClassName
{
border-color: #D01290;
}
</style>