Shades of Medium Violet Red #D610A2
Tints of Medium Violet Red #D610A2
RGB
CMYK
RGB Variations
Color information
#D610A2 (or 0xD610A2) is known color: Medium Violet Red. HEX triplet: D6, 10 and A2. RGB value is (214,16,162). Sum of RGB (Red+Green+Blue) = 214+16+162=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D610A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610A2 is #29EF5D. Grayscale: #5B5B5B. Windows color (decimal): -2748254 or 10621142. OLE color: 10621142.
HSL color Cylindrical-coordinate representation of color #D610A2: hue angle of 315.76º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610A2 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.16 |
| HSL | 315.76º | 0.86% | 0.45% | - |
| HSV(B) | 315.76º | 0.93% | 0.84% | - |
| XYZ | 34.44 | 17.28 | 35.7 | - |
| YUV | 91.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 162 | 0 | 0.93 | 0.24 | 0.16 | 315.76 | 0.86 | 0.45 |
| Hex | D6 | 10 | A2 | 0 | 5D | 18 | 10 | 13C | 56 | 2D |
| Octal | 326 | 20 | 242 | 0 | 135 | 30 | 20 | 474 | 126 | 55 |
| Binary | 11010110 | 10000 | 10100010 | 0 | 1011101 | 11000 | 10000 | 100111100 | 1010110 | 101101 |
Color Harmonies of #D610A2
Complementary color
Monochromatic Colors of #D610A2
Black with #D610A2
Text Example
Text Example
White with #D610A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610A2; }
p { color: rgb(214,16,162); }
H1.HeaderClassName
{
color: #D610A2;
}
.AnyTagClassName
{
color: #D610A2;
}
</style>
background-color css
<style>
a { background-color: #D610A2; }
a { background-color: rgb(214,16,162); }
div.DivClassName
{
background-color: #D610A2;
}
.BgClassName
{
background-color: #D610A2;
}
</style>
border-color css
<style>
span { border-color: #D610A2; }
span { border-color: rgb(214,16,162); }
td.TdClassName
{
border-color: #D610A2;
}
.TagClassName
{
border-color: #D610A2;
}
</style>