Shades of Medium Violet Red #D2027A
Tints of Medium Violet Red #D2027A
RGB
CMYK
RGB Variations
Color information
#D2027A (or 0xD2027A) is known color: Medium Violet Red. HEX triplet: D2, 02 and 7A. RGB value is (210,2,122). Sum of RGB (Red+Green+Blue) = 210+2+122=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2027A is #2DFD85. Grayscale: #4D4D4D. Windows color (decimal): -3014022 or 7996114. OLE color: 7996114.
HSL color Cylindrical-coordinate representation of color #D2027A: hue angle of 325.38º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2027A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.38º | 0.98% | 0.42% | - |
| HSV(B) | 325.38º | 0.99% | 0.82% | - |
| XYZ | 30.11 | 15.15 | 19.75 | - |
| YUV | 77.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 122 | 0 | 0.99 | 0.42 | 0.18 | 325.38 | 0.98 | 0.42 |
| Hex | D2 | 2 | 7A | 0 | 63 | 2A | 12 | 145 | 62 | 2A |
| Octal | 322 | 2 | 172 | 0 | 143 | 52 | 22 | 505 | 142 | 52 |
| Binary | 11010010 | 10 | 1111010 | 0 | 1100011 | 101010 | 10010 | 101000101 | 1100010 | 101010 |
Color Harmonies of #D2027A
Complementary color
Monochromatic Colors of #D2027A
Black with #D2027A
Text Example
Text Example
White with #D2027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2027A; }
p { color: rgb(210,2,122); }
H1.HeaderClassName
{
color: #D2027A;
}
.AnyTagClassName
{
color: #D2027A;
}
</style>
background-color css
<style>
a { background-color: #D2027A; }
a { background-color: rgb(210,2,122); }
div.DivClassName
{
background-color: #D2027A;
}
.BgClassName
{
background-color: #D2027A;
}
</style>
border-color css
<style>
span { border-color: #D2027A; }
span { border-color: rgb(210,2,122); }
td.TdClassName
{
border-color: #D2027A;
}
.TagClassName
{
border-color: #D2027A;
}
</style>