Shades of Medium Violet Red #D2027B
Tints of Medium Violet Red #D2027B
RGB
CMYK
RGB Variations
Color information
#D2027B (or 0xD2027B) is known color: Medium Violet Red. HEX triplet: D2, 02 and 7B. RGB value is (210,2,123). Sum of RGB (Red+Green+Blue) = 210+2+123=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2027B is #2DFD84. Grayscale: #4D4D4D. Windows color (decimal): -3014021 or 8061650. OLE color: 8061650.
HSL color Cylindrical-coordinate representation of color #D2027B: hue angle of 325.1º 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 #D2027B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.18 |
| HSL | 325.1º | 0.98% | 0.42% | - |
| HSV(B) | 325.1º | 0.99% | 0.82% | - |
| XYZ | 30.18 | 15.18 | 20.08 | - |
| YUV | 77.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 123 | 0 | 0.99 | 0.41 | 0.18 | 325.1 | 0.98 | 0.42 |
| Hex | D2 | 2 | 7B | 0 | 63 | 29 | 12 | 145 | 62 | 2A |
| Octal | 322 | 2 | 173 | 0 | 143 | 51 | 22 | 505 | 142 | 52 |
| Binary | 11010010 | 10 | 1111011 | 0 | 1100011 | 101001 | 10010 | 101000101 | 1100010 | 101010 |
Color Harmonies of #D2027B
Complementary color
Monochromatic Colors of #D2027B
Black with #D2027B
Text Example
Text Example
White with #D2027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2027B; }
p { color: rgb(210,2,123); }
H1.HeaderClassName
{
color: #D2027B;
}
.AnyTagClassName
{
color: #D2027B;
}
</style>
background-color css
<style>
a { background-color: #D2027B; }
a { background-color: rgb(210,2,123); }
div.DivClassName
{
background-color: #D2027B;
}
.BgClassName
{
background-color: #D2027B;
}
</style>
border-color css
<style>
span { border-color: #D2027B; }
span { border-color: rgb(210,2,123); }
td.TdClassName
{
border-color: #D2027B;
}
.TagClassName
{
border-color: #D2027B;
}
</style>