Shades of Medium Violet Red #D01C85
Tints of Medium Violet Red #D01C85
RGB
CMYK
RGB Variations
Color information
#D01C85 (or 0xD01C85) is known color: Medium Violet Red. HEX triplet: D0, 1C and 85. RGB value is (208,28,133). Sum of RGB (Red+Green+Blue) = 208+28+133=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C85 is #2FE37A. Grayscale: #5D5D5D. Windows color (decimal): -3138427 or 8723664. OLE color: 8723664.
HSL color Cylindrical-coordinate representation of color #D01C85: hue angle of 325º 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 #D01C85 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 133 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.18 |
| HSL | 325º | 0.76% | 0.46% | - |
| HSV(B) | 325º | 0.87% | 0.82% | - |
| XYZ | 30.66 | 15.93 | 23.65 | - |
| YUV | 93.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 133 | 0 | 0.87 | 0.36 | 0.18 | 325 | 0.76 | 0.46 |
| Hex | D0 | 1C | 85 | 0 | 57 | 24 | 12 | 145 | 4C | 2E |
| Octal | 320 | 34 | 205 | 0 | 127 | 44 | 22 | 505 | 114 | 56 |
| Binary | 11010000 | 11100 | 10000101 | 0 | 1010111 | 100100 | 10010 | 101000101 | 1001100 | 101110 |
Color Harmonies of #D01C85
Complementary color
Monochromatic Colors of #D01C85
Black with #D01C85
Text Example
Text Example
White with #D01C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C85; }
p { color: rgb(208,28,133); }
H1.HeaderClassName
{
color: #D01C85;
}
.AnyTagClassName
{
color: #D01C85;
}
</style>
background-color css
<style>
a { background-color: #D01C85; }
a { background-color: rgb(208,28,133); }
div.DivClassName
{
background-color: #D01C85;
}
.BgClassName
{
background-color: #D01C85;
}
</style>
border-color css
<style>
span { border-color: #D01C85; }
span { border-color: rgb(208,28,133); }
td.TdClassName
{
border-color: #D01C85;
}
.TagClassName
{
border-color: #D01C85;
}
</style>