Shades of Medium Violet Red #D3217F
Tints of Medium Violet Red #D3217F
RGB
CMYK
RGB Variations
Color information
#D3217F (or 0xD3217F) is known color: Medium Violet Red. HEX triplet: D3, 21 and 7F. RGB value is (211,33,127). Sum of RGB (Red+Green+Blue) = 211+33+127=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3217F is #2CDE80. Grayscale: #606060. Windows color (decimal): -2940545 or 8331731. OLE color: 8331731.
HSL color Cylindrical-coordinate representation of color #D3217F: hue angle of 328.31º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3217F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 127 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.17 |
| HSL | 328.31º | 0.73% | 0.48% | - |
| HSV(B) | 328.31º | 0.84% | 0.83% | - |
| XYZ | 31.24 | 16.47 | 21.61 | - |
| YUV | 96.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 127 | 0 | 0.84 | 0.40 | 0.17 | 328.31 | 0.73 | 0.48 |
| Hex | D3 | 21 | 7F | 0 | 54 | 28 | 11 | 148 | 49 | 30 |
| Octal | 323 | 41 | 177 | 0 | 124 | 50 | 21 | 510 | 111 | 60 |
| Binary | 11010011 | 100001 | 1111111 | 0 | 1010100 | 101000 | 10001 | 101001000 | 1001001 | 110000 |
Color Harmonies of #D3217F
Complementary color
Monochromatic Colors of #D3217F
Black with #D3217F
Text Example
Text Example
White with #D3217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3217F; }
p { color: rgb(211,33,127); }
H1.HeaderClassName
{
color: #D3217F;
}
.AnyTagClassName
{
color: #D3217F;
}
</style>
background-color css
<style>
a { background-color: #D3217F; }
a { background-color: rgb(211,33,127); }
div.DivClassName
{
background-color: #D3217F;
}
.BgClassName
{
background-color: #D3217F;
}
</style>
border-color css
<style>
span { border-color: #D3217F; }
span { border-color: rgb(211,33,127); }
td.TdClassName
{
border-color: #D3217F;
}
.TagClassName
{
border-color: #D3217F;
}
</style>