Shades of Medium Violet Red #D3057B
Tints of Medium Violet Red #D3057B
RGB
CMYK
RGB Variations
Color information
#D3057B (or 0xD3057B) is known color: Medium Violet Red. HEX triplet: D3, 05 and 7B. RGB value is (211,5,123). Sum of RGB (Red+Green+Blue) = 211+5+123=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3057B is #2CFA84. Grayscale: #4F4F4F. Windows color (decimal): -2947717 or 8062419. OLE color: 8062419.
HSL color Cylindrical-coordinate representation of color #D3057B: hue angle of 325.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3057B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.17 |
| HSL | 325.63º | 0.95% | 0.42% | - |
| HSV(B) | 325.63º | 0.98% | 0.83% | - |
| XYZ | 30.49 | 15.39 | 20.1 | - |
| YUV | 80.05 | 152.25 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 123 | 0 | 0.98 | 0.42 | 0.17 | 325.63 | 0.95 | 0.42 |
| Hex | D3 | 5 | 7B | 0 | 62 | 2A | 11 | 146 | 5F | 2A |
| Octal | 323 | 5 | 173 | 0 | 142 | 52 | 21 | 506 | 137 | 52 |
| Binary | 11010011 | 101 | 1111011 | 0 | 1100010 | 101010 | 10001 | 101000110 | 1011111 | 101010 |
Color Harmonies of #D3057B
Complementary color
Monochromatic Colors of #D3057B
Black with #D3057B
Text Example
Text Example
White with #D3057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3057B; }
p { color: rgb(211,5,123); }
H1.HeaderClassName
{
color: #D3057B;
}
.AnyTagClassName
{
color: #D3057B;
}
</style>
background-color css
<style>
a { background-color: #D3057B; }
a { background-color: rgb(211,5,123); }
div.DivClassName
{
background-color: #D3057B;
}
.BgClassName
{
background-color: #D3057B;
}
</style>
border-color css
<style>
span { border-color: #D3057B; }
span { border-color: rgb(211,5,123); }
td.TdClassName
{
border-color: #D3057B;
}
.TagClassName
{
border-color: #D3057B;
}
</style>