Shades of Medium Violet Red #D125A8
Tints of Medium Violet Red #D125A8
RGB
CMYK
RGB Variations
Color information
#D125A8 (or 0xD125A8) is known color: Medium Violet Red. HEX triplet: D1, 25 and A8. RGB value is (209,37,168). Sum of RGB (Red+Green+Blue) = 209+37+168=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D125A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125A8 is #2EDA57. Grayscale: #676767. Windows color (decimal): -3070552 or 11019729. OLE color: 11019729.
HSL color Cylindrical-coordinate representation of color #D125A8: hue angle of 314.3º 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 #D125A8 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 168 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.18 |
| HSL | 314.3º | 0.7% | 0.48% | - |
| HSV(B) | 314.3º | 0.82% | 0.82% | - |
| XYZ | 34.02 | 17.71 | 38.67 | - |
| YUV | 103.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 168 | 0 | 0.82 | 0.20 | 0.18 | 314.3 | 0.7 | 0.48 |
| Hex | D1 | 25 | A8 | 0 | 52 | 14 | 12 | 13A | 46 | 30 |
| Octal | 321 | 45 | 250 | 0 | 122 | 24 | 22 | 472 | 106 | 60 |
| Binary | 11010001 | 100101 | 10101000 | 0 | 1010010 | 10100 | 10010 | 100111010 | 1000110 | 110000 |
Color Harmonies of #D125A8
Complementary color
Monochromatic Colors of #D125A8
Black with #D125A8
Text Example
Text Example
White with #D125A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125A8; }
p { color: rgb(209,37,168); }
H1.HeaderClassName
{
color: #D125A8;
}
.AnyTagClassName
{
color: #D125A8;
}
</style>
background-color css
<style>
a { background-color: #D125A8; }
a { background-color: rgb(209,37,168); }
div.DivClassName
{
background-color: #D125A8;
}
.BgClassName
{
background-color: #D125A8;
}
</style>
border-color css
<style>
span { border-color: #D125A8; }
span { border-color: rgb(209,37,168); }
td.TdClassName
{
border-color: #D125A8;
}
.TagClassName
{
border-color: #D125A8;
}
</style>