Shades of Medium Violet Red #D125A3
Tints of Medium Violet Red #D125A3
RGB
CMYK
RGB Variations
Color information
#D125A3 (or 0xD125A3) is known color: Medium Violet Red. HEX triplet: D1, 25 and A3. RGB value is (209,37,163). Sum of RGB (Red+Green+Blue) = 209+37+163=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D125A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125A3 is #2EDA5C. Grayscale: #666666. Windows color (decimal): -3070557 or 10692049. OLE color: 10692049.
HSL color Cylindrical-coordinate representation of color #D125A3: hue angle of 316.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D125A3 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 163 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.18 |
| HSL | 316.05º | 0.7% | 0.48% | - |
| HSV(B) | 316.05º | 0.82% | 0.82% | - |
| XYZ | 33.57 | 17.52 | 36.26 | - |
| YUV | 102.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 163 | 0 | 0.82 | 0.22 | 0.18 | 316.05 | 0.7 | 0.48 |
| Hex | D1 | 25 | A3 | 0 | 52 | 16 | 12 | 13C | 46 | 30 |
| Octal | 321 | 45 | 243 | 0 | 122 | 26 | 22 | 474 | 106 | 60 |
| Binary | 11010001 | 100101 | 10100011 | 0 | 1010010 | 10110 | 10010 | 100111100 | 1000110 | 110000 |
Color Harmonies of #D125A3
Complementary color
Monochromatic Colors of #D125A3
Black with #D125A3
Text Example
Text Example
White with #D125A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125A3; }
p { color: rgb(209,37,163); }
H1.HeaderClassName
{
color: #D125A3;
}
.AnyTagClassName
{
color: #D125A3;
}
</style>
background-color css
<style>
a { background-color: #D125A3; }
a { background-color: rgb(209,37,163); }
div.DivClassName
{
background-color: #D125A3;
}
.BgClassName
{
background-color: #D125A3;
}
</style>
border-color css
<style>
span { border-color: #D125A3; }
span { border-color: rgb(209,37,163); }
td.TdClassName
{
border-color: #D125A3;
}
.TagClassName
{
border-color: #D125A3;
}
</style>