Shades of Medium Violet Red #D2047F
Tints of Medium Violet Red #D2047F
RGB
CMYK
RGB Variations
Color information
#D2047F (or 0xD2047F) is known color: Medium Violet Red. HEX triplet: D2, 04 and 7F. RGB value is (210,4,127). Sum of RGB (Red+Green+Blue) = 210+4+127=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2047F is #2DFB80. Grayscale: #4F4F4F. Windows color (decimal): -3013505 or 8324306. OLE color: 8324306.
HSL color Cylindrical-coordinate representation of color #D2047F: hue angle of 324.17º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2047F is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.18 |
| HSL | 324.17º | 0.96% | 0.42% | - |
| HSV(B) | 324.17º | 0.98% | 0.82% | - |
| XYZ | 30.45 | 15.32 | 21.43 | - |
| YUV | 79.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 127 | 0 | 0.98 | 0.40 | 0.18 | 324.17 | 0.96 | 0.42 |
| Hex | D2 | 4 | 7F | 0 | 62 | 28 | 12 | 144 | 60 | 2A |
| Octal | 322 | 4 | 177 | 0 | 142 | 50 | 22 | 504 | 140 | 52 |
| Binary | 11010010 | 100 | 1111111 | 0 | 1100010 | 101000 | 10010 | 101000100 | 1100000 | 101010 |
Color Harmonies of #D2047F
Complementary color
Monochromatic Colors of #D2047F
Black with #D2047F
Text Example
Text Example
White with #D2047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2047F; }
p { color: rgb(210,4,127); }
H1.HeaderClassName
{
color: #D2047F;
}
.AnyTagClassName
{
color: #D2047F;
}
</style>
background-color css
<style>
a { background-color: #D2047F; }
a { background-color: rgb(210,4,127); }
div.DivClassName
{
background-color: #D2047F;
}
.BgClassName
{
background-color: #D2047F;
}
</style>
border-color css
<style>
span { border-color: #D2047F; }
span { border-color: rgb(210,4,127); }
td.TdClassName
{
border-color: #D2047F;
}
.TagClassName
{
border-color: #D2047F;
}
</style>