Shades of Medium Violet Red #D01C90
Tints of Medium Violet Red #D01C90
RGB
CMYK
RGB Variations
Color information
#D01C90 (or 0xD01C90) is known color: Medium Violet Red. HEX triplet: D0, 1C and 90. RGB value is (208,28,144). Sum of RGB (Red+Green+Blue) = 208+28+144=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C90 is #2FE36F. Grayscale: #5E5E5E. Windows color (decimal): -3138416 or 9444560. OLE color: 9444560.
HSL color Cylindrical-coordinate representation of color #D01C90: hue angle of 321.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C90 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 144 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.18 |
| HSL | 321.33º | 0.76% | 0.46% | - |
| HSV(B) | 321.33º | 0.87% | 0.82% | - |
| XYZ | 31.46 | 16.25 | 27.86 | - |
| YUV | 95.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 144 | 0 | 0.87 | 0.31 | 0.18 | 321.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | 90 | 0 | 57 | 1F | 12 | 141 | 4C | 2E |
| Octal | 320 | 34 | 220 | 0 | 127 | 37 | 22 | 501 | 114 | 56 |
| Binary | 11010000 | 11100 | 10010000 | 0 | 1010111 | 11111 | 10010 | 101000001 | 1001100 | 101110 |
Color Harmonies of #D01C90
Complementary color
Monochromatic Colors of #D01C90
Black with #D01C90
Text Example
Text Example
White with #D01C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C90; }
p { color: rgb(208,28,144); }
H1.HeaderClassName
{
color: #D01C90;
}
.AnyTagClassName
{
color: #D01C90;
}
</style>
background-color css
<style>
a { background-color: #D01C90; }
a { background-color: rgb(208,28,144); }
div.DivClassName
{
background-color: #D01C90;
}
.BgClassName
{
background-color: #D01C90;
}
</style>
border-color css
<style>
span { border-color: #D01C90; }
span { border-color: rgb(208,28,144); }
td.TdClassName
{
border-color: #D01C90;
}
.TagClassName
{
border-color: #D01C90;
}
</style>