Shades of Medium Violet Red #D01C7A
Tints of Medium Violet Red #D01C7A
RGB
CMYK
RGB Variations
Color information
#D01C7A (or 0xD01C7A) is known color: Medium Violet Red. HEX triplet: D0, 1C and 7A. RGB value is (208,28,122). Sum of RGB (Red+Green+Blue) = 208+28+122=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C7A is #2FE385. Grayscale: #5C5C5C. Windows color (decimal): -3138438 or 8002768. OLE color: 8002768.
HSL color Cylindrical-coordinate representation of color #D01C7A: hue angle of 328.67º 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 #D01C7A is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 122 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.18 |
| HSL | 328.67º | 0.76% | 0.46% | - |
| HSV(B) | 328.67º | 0.87% | 0.82% | - |
| XYZ | 29.94 | 15.65 | 19.85 | - |
| YUV | 92.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 122 | 0 | 0.87 | 0.41 | 0.18 | 328.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 7A | 0 | 57 | 29 | 12 | 149 | 4C | 2E |
| Octal | 320 | 34 | 172 | 0 | 127 | 51 | 22 | 511 | 114 | 56 |
| Binary | 11010000 | 11100 | 1111010 | 0 | 1010111 | 101001 | 10010 | 101001001 | 1001100 | 101110 |
Color Harmonies of #D01C7A
Complementary color
Monochromatic Colors of #D01C7A
Black with #D01C7A
Text Example
Text Example
White with #D01C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C7A; }
p { color: rgb(208,28,122); }
H1.HeaderClassName
{
color: #D01C7A;
}
.AnyTagClassName
{
color: #D01C7A;
}
</style>
background-color css
<style>
a { background-color: #D01C7A; }
a { background-color: rgb(208,28,122); }
div.DivClassName
{
background-color: #D01C7A;
}
.BgClassName
{
background-color: #D01C7A;
}
</style>
border-color css
<style>
span { border-color: #D01C7A; }
span { border-color: rgb(208,28,122); }
td.TdClassName
{
border-color: #D01C7A;
}
.TagClassName
{
border-color: #D01C7A;
}
</style>