Shades of Medium Violet Red #D225A5
Tints of Medium Violet Red #D225A5
RGB
CMYK
RGB Variations
Color information
#D225A5 (or 0xD225A5) is known color: Medium Violet Red. HEX triplet: D2, 25 and A5. RGB value is (210,37,165). Sum of RGB (Red+Green+Blue) = 210+37+165=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D225A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D225A5 is #2DDA5A. Grayscale: #666666. Windows color (decimal): -3005019 or 10823122. OLE color: 10823122.
HSL color Cylindrical-coordinate representation of color #D225A5: hue angle of 315.61º 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 #D225A5 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 165 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.18 |
| HSL | 315.61º | 0.7% | 0.48% | - |
| HSV(B) | 315.61º | 0.82% | 0.82% | - |
| XYZ | 34.03 | 17.74 | 37.23 | - |
| YUV | 103.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 165 | 0 | 0.82 | 0.21 | 0.18 | 315.61 | 0.7 | 0.48 |
| Hex | D2 | 25 | A5 | 0 | 52 | 15 | 12 | 13C | 46 | 30 |
| Octal | 322 | 45 | 245 | 0 | 122 | 25 | 22 | 474 | 106 | 60 |
| Binary | 11010010 | 100101 | 10100101 | 0 | 1010010 | 10101 | 10010 | 100111100 | 1000110 | 110000 |
Color Harmonies of #D225A5
Complementary color
Monochromatic Colors of #D225A5
Black with #D225A5
Text Example
Text Example
White with #D225A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225A5; }
p { color: rgb(210,37,165); }
H1.HeaderClassName
{
color: #D225A5;
}
.AnyTagClassName
{
color: #D225A5;
}
</style>
background-color css
<style>
a { background-color: #D225A5; }
a { background-color: rgb(210,37,165); }
div.DivClassName
{
background-color: #D225A5;
}
.BgClassName
{
background-color: #D225A5;
}
</style>
border-color css
<style>
span { border-color: #D225A5; }
span { border-color: rgb(210,37,165); }
td.TdClassName
{
border-color: #D225A5;
}
.TagClassName
{
border-color: #D225A5;
}
</style>