Shades of Medium Violet Red #D325AB
Tints of Medium Violet Red #D325AB
RGB
CMYK
RGB Variations
Color information
#D325AB (or 0xD325AB) is known color: Medium Violet Red. HEX triplet: D3, 25 and AB. RGB value is (211,37,171). Sum of RGB (Red+Green+Blue) = 211+37+171=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D325AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D325AB is #2CDA54. Grayscale: #676767. Windows color (decimal): -2939477 or 11216339. OLE color: 11216339.
HSL color Cylindrical-coordinate representation of color #D325AB: hue angle of 313.79º 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 #D325AB is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 171 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.17 |
| HSL | 313.79º | 0.7% | 0.49% | - |
| HSV(B) | 313.79º | 0.82% | 0.83% | - |
| XYZ | 34.88 | 18.11 | 40.19 | - |
| YUV | 104.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 171 | 0 | 0.82 | 0.19 | 0.17 | 313.79 | 0.7 | 0.49 |
| Hex | D3 | 25 | AB | 0 | 52 | 13 | 11 | 13A | 46 | 31 |
| Octal | 323 | 45 | 253 | 0 | 122 | 23 | 21 | 472 | 106 | 61 |
| Binary | 11010011 | 100101 | 10101011 | 0 | 1010010 | 10011 | 10001 | 100111010 | 1000110 | 110001 |
Color Harmonies of #D325AB
Complementary color
Monochromatic Colors of #D325AB
Black with #D325AB
Text Example
Text Example
White with #D325AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325AB; }
p { color: rgb(211,37,171); }
H1.HeaderClassName
{
color: #D325AB;
}
.AnyTagClassName
{
color: #D325AB;
}
</style>
background-color css
<style>
a { background-color: #D325AB; }
a { background-color: rgb(211,37,171); }
div.DivClassName
{
background-color: #D325AB;
}
.BgClassName
{
background-color: #D325AB;
}
</style>
border-color css
<style>
span { border-color: #D325AB; }
span { border-color: rgb(211,37,171); }
td.TdClassName
{
border-color: #D325AB;
}
.TagClassName
{
border-color: #D325AB;
}
</style>