Shades of Medium Violet Red #D325A8
Tints of Medium Violet Red #D325A8
RGB
CMYK
RGB Variations
Color information
#D325A8 (or 0xD325A8) is known color: Medium Violet Red. HEX triplet: D3, 25 and A8. RGB value is (211,37,168). Sum of RGB (Red+Green+Blue) = 211+37+168=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D325A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D325A8 is #2CDA57. Grayscale: #676767. Windows color (decimal): -2939480 or 11019731. OLE color: 11019731.
HSL color Cylindrical-coordinate representation of color #D325A8: hue angle of 314.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D325A8 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 168 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.17 |
| HSL | 314.83º | 0.7% | 0.49% | - |
| HSV(B) | 314.83º | 0.82% | 0.83% | - |
| XYZ | 34.59 | 18 | 38.7 | - |
| YUV | 103.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 168 | 0 | 0.82 | 0.20 | 0.17 | 314.83 | 0.7 | 0.49 |
| Hex | D3 | 25 | A8 | 0 | 52 | 14 | 11 | 13B | 46 | 31 |
| Octal | 323 | 45 | 250 | 0 | 122 | 24 | 21 | 473 | 106 | 61 |
| Binary | 11010011 | 100101 | 10101000 | 0 | 1010010 | 10100 | 10001 | 100111011 | 1000110 | 110001 |
Color Harmonies of #D325A8
Complementary color
Monochromatic Colors of #D325A8
Black with #D325A8
Text Example
Text Example
White with #D325A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325A8; }
p { color: rgb(211,37,168); }
H1.HeaderClassName
{
color: #D325A8;
}
.AnyTagClassName
{
color: #D325A8;
}
</style>
background-color css
<style>
a { background-color: #D325A8; }
a { background-color: rgb(211,37,168); }
div.DivClassName
{
background-color: #D325A8;
}
.BgClassName
{
background-color: #D325A8;
}
</style>
border-color css
<style>
span { border-color: #D325A8; }
span { border-color: rgb(211,37,168); }
td.TdClassName
{
border-color: #D325A8;
}
.TagClassName
{
border-color: #D325A8;
}
</style>