Shades of Medium Violet Red #D0027A
Tints of Medium Violet Red #D0027A
RGB
CMYK
RGB Variations
Color information
#D0027A (or 0xD0027A) is known color: Medium Violet Red. HEX triplet: D0, 02 and 7A. RGB value is (208,2,122). Sum of RGB (Red+Green+Blue) = 208+2+122=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0027A is #2FFD85. Grayscale: #4D4D4D. Windows color (decimal): -3145094 or 7996112. OLE color: 7996112.
HSL color Cylindrical-coordinate representation of color #D0027A: hue angle of 325.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0027A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.18 |
| HSL | 325.05º | 0.98% | 0.41% | - |
| HSV(B) | 325.05º | 0.99% | 0.82% | - |
| XYZ | 29.55 | 14.86 | 19.72 | - |
| YUV | 77.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 122 | 0 | 0.99 | 0.41 | 0.18 | 325.05 | 0.98 | 0.41 |
| Hex | D0 | 2 | 7A | 0 | 63 | 29 | 12 | 145 | 62 | 29 |
| Octal | 320 | 2 | 172 | 0 | 143 | 51 | 22 | 505 | 142 | 51 |
| Binary | 11010000 | 10 | 1111010 | 0 | 1100011 | 101001 | 10010 | 101000101 | 1100010 | 101001 |
Color Harmonies of #D0027A
Complementary color
Monochromatic Colors of #D0027A
Black with #D0027A
Text Example
Text Example
White with #D0027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0027A; }
p { color: rgb(208,2,122); }
H1.HeaderClassName
{
color: #D0027A;
}
.AnyTagClassName
{
color: #D0027A;
}
</style>
background-color css
<style>
a { background-color: #D0027A; }
a { background-color: rgb(208,2,122); }
div.DivClassName
{
background-color: #D0027A;
}
.BgClassName
{
background-color: #D0027A;
}
</style>
border-color css
<style>
span { border-color: #D0027A; }
span { border-color: rgb(208,2,122); }
td.TdClassName
{
border-color: #D0027A;
}
.TagClassName
{
border-color: #D0027A;
}
</style>