Shades of Medium Violet Red #D225AD
Tints of Medium Violet Red #D225AD
RGB
CMYK
RGB Variations
Color information
#D225AD (or 0xD225AD) is known color: Medium Violet Red. HEX triplet: D2, 25 and AD. RGB value is (210,37,173). Sum of RGB (Red+Green+Blue) = 210+37+173=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D225AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D225AD is #2DDA52. Grayscale: #676767. Windows color (decimal): -3005011 or 11347410. OLE color: 11347410.
HSL color Cylindrical-coordinate representation of color #D225AD: hue angle of 312.83º 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 #D225AD is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 173 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.18 |
| HSL | 312.83º | 0.7% | 0.48% | - |
| HSV(B) | 312.83º | 0.82% | 0.82% | - |
| XYZ | 34.78 | 18.04 | 41.18 | - |
| YUV | 104.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 173 | 0 | 0.82 | 0.18 | 0.18 | 312.83 | 0.7 | 0.48 |
| Hex | D2 | 25 | AD | 0 | 52 | 12 | 12 | 139 | 46 | 30 |
| Octal | 322 | 45 | 255 | 0 | 122 | 22 | 22 | 471 | 106 | 60 |
| Binary | 11010010 | 100101 | 10101101 | 0 | 1010010 | 10010 | 10010 | 100111001 | 1000110 | 110000 |
Color Harmonies of #D225AD
Complementary color
Monochromatic Colors of #D225AD
Black with #D225AD
Text Example
Text Example
White with #D225AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225AD; }
p { color: rgb(210,37,173); }
H1.HeaderClassName
{
color: #D225AD;
}
.AnyTagClassName
{
color: #D225AD;
}
</style>
background-color css
<style>
a { background-color: #D225AD; }
a { background-color: rgb(210,37,173); }
div.DivClassName
{
background-color: #D225AD;
}
.BgClassName
{
background-color: #D225AD;
}
</style>
border-color css
<style>
span { border-color: #D225AD; }
span { border-color: rgb(210,37,173); }
td.TdClassName
{
border-color: #D225AD;
}
.TagClassName
{
border-color: #D225AD;
}
</style>