Shades of Medium Violet Red #D01E7A
Tints of Medium Violet Red #D01E7A
RGB
CMYK
RGB Variations
Color information
#D01E7A (or 0xD01E7A) is known color: Medium Violet Red. HEX triplet: D0, 1E and 7A. RGB value is (208,30,122). Sum of RGB (Red+Green+Blue) = 208+30+122=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E7A is #2FE185. Grayscale: #5D5D5D. Windows color (decimal): -3137926 or 8003280. OLE color: 8003280.
HSL color Cylindrical-coordinate representation of color #D01E7A: hue angle of 328.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E7A is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 122 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.18 |
| HSL | 328.99º | 0.75% | 0.47% | - |
| HSV(B) | 328.99º | 0.86% | 0.82% | - |
| XYZ | 29.99 | 15.74 | 19.87 | - |
| YUV | 93.71 | 143.97 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 122 | 0 | 0.86 | 0.41 | 0.18 | 328.99 | 0.75 | 0.47 |
| Hex | D0 | 1E | 7A | 0 | 56 | 29 | 12 | 149 | 4B | 2F |
| Octal | 320 | 36 | 172 | 0 | 126 | 51 | 22 | 511 | 113 | 57 |
| Binary | 11010000 | 11110 | 1111010 | 0 | 1010110 | 101001 | 10010 | 101001001 | 1001011 | 101111 |
Color Harmonies of #D01E7A
Complementary color
Monochromatic Colors of #D01E7A
Black with #D01E7A
Text Example
Text Example
White with #D01E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E7A; }
p { color: rgb(208,30,122); }
H1.HeaderClassName
{
color: #D01E7A;
}
.AnyTagClassName
{
color: #D01E7A;
}
</style>
background-color css
<style>
a { background-color: #D01E7A; }
a { background-color: rgb(208,30,122); }
div.DivClassName
{
background-color: #D01E7A;
}
.BgClassName
{
background-color: #D01E7A;
}
</style>
border-color css
<style>
span { border-color: #D01E7A; }
span { border-color: rgb(208,30,122); }
td.TdClassName
{
border-color: #D01E7A;
}
.TagClassName
{
border-color: #D01E7A;
}
</style>