Shades of Medium Violet Red #D3027F
Tints of Medium Violet Red #D3027F
RGB
CMYK
RGB Variations
Color information
#D3027F (or 0xD3027F) is known color: Medium Violet Red. HEX triplet: D3, 02 and 7F. RGB value is (211,2,127). Sum of RGB (Red+Green+Blue) = 211+2+127=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3027F is #2CFD80. Grayscale: #4E4E4E. Windows color (decimal): -2948481 or 8323795. OLE color: 8323795.
HSL color Cylindrical-coordinate representation of color #D3027F: hue angle of 324.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3027F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.17 |
| HSL | 324.11º | 0.98% | 0.42% | - |
| HSV(B) | 324.11º | 0.99% | 0.83% | - |
| XYZ | 30.72 | 15.42 | 21.44 | - |
| YUV | 78.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 127 | 0 | 0.99 | 0.40 | 0.17 | 324.11 | 0.98 | 0.42 |
| Hex | D3 | 2 | 7F | 0 | 63 | 28 | 11 | 144 | 62 | 2A |
| Octal | 323 | 2 | 177 | 0 | 143 | 50 | 21 | 504 | 142 | 52 |
| Binary | 11010011 | 10 | 1111111 | 0 | 1100011 | 101000 | 10001 | 101000100 | 1100010 | 101010 |
Color Harmonies of #D3027F
Complementary color
Monochromatic Colors of #D3027F
Black with #D3027F
Text Example
Text Example
White with #D3027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3027F; }
p { color: rgb(211,2,127); }
H1.HeaderClassName
{
color: #D3027F;
}
.AnyTagClassName
{
color: #D3027F;
}
</style>
background-color css
<style>
a { background-color: #D3027F; }
a { background-color: rgb(211,2,127); }
div.DivClassName
{
background-color: #D3027F;
}
.BgClassName
{
background-color: #D3027F;
}
</style>
border-color css
<style>
span { border-color: #D3027F; }
span { border-color: rgb(211,2,127); }
td.TdClassName
{
border-color: #D3027F;
}
.TagClassName
{
border-color: #D3027F;
}
</style>