Shades of Medium Violet Red #D023A2
Tints of Medium Violet Red #D023A2
RGB
CMYK
RGB Variations
Color information
#D023A2 (or 0xD023A2) is known color: Medium Violet Red. HEX triplet: D0, 23 and A2. RGB value is (208,35,162). Sum of RGB (Red+Green+Blue) = 208+35+162=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D023A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023A2 is #2FDC5D. Grayscale: #646464. Windows color (decimal): -3136606 or 10626000. OLE color: 10626000.
HSL color Cylindrical-coordinate representation of color #D023A2: hue angle of 315.95º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D023A2 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 162 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.18 |
| HSL | 315.95º | 0.71% | 0.48% | - |
| HSV(B) | 315.95º | 0.83% | 0.82% | - |
| XYZ | 33.14 | 17.22 | 35.76 | - |
| YUV | 101.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 162 | 0 | 0.83 | 0.22 | 0.18 | 315.95 | 0.71 | 0.48 |
| Hex | D0 | 23 | A2 | 0 | 53 | 16 | 12 | 13C | 47 | 30 |
| Octal | 320 | 43 | 242 | 0 | 123 | 26 | 22 | 474 | 107 | 60 |
| Binary | 11010000 | 100011 | 10100010 | 0 | 1010011 | 10110 | 10010 | 100111100 | 1000111 | 110000 |
Color Harmonies of #D023A2
Complementary color
Monochromatic Colors of #D023A2
Black with #D023A2
Text Example
Text Example
White with #D023A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023A2; }
p { color: rgb(208,35,162); }
H1.HeaderClassName
{
color: #D023A2;
}
.AnyTagClassName
{
color: #D023A2;
}
</style>
background-color css
<style>
a { background-color: #D023A2; }
a { background-color: rgb(208,35,162); }
div.DivClassName
{
background-color: #D023A2;
}
.BgClassName
{
background-color: #D023A2;
}
</style>
border-color css
<style>
span { border-color: #D023A2; }
span { border-color: rgb(208,35,162); }
td.TdClassName
{
border-color: #D023A2;
}
.TagClassName
{
border-color: #D023A2;
}
</style>