Shades of Medium Violet Red #D023A8
Tints of Medium Violet Red #D023A8
RGB
CMYK
RGB Variations
Color information
#D023A8 (or 0xD023A8) is known color: Medium Violet Red. HEX triplet: D0, 23 and A8. RGB value is (208,35,168). Sum of RGB (Red+Green+Blue) = 208+35+168=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D023A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023A8 is #2FDC57. Grayscale: #656565. Windows color (decimal): -3136600 or 11019216. OLE color: 11019216.
HSL color Cylindrical-coordinate representation of color #D023A8: hue angle of 313.87º 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 #D023A8 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 168 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.18 |
| HSL | 313.87º | 0.71% | 0.48% | - |
| HSV(B) | 313.87º | 0.83% | 0.82% | - |
| XYZ | 33.68 | 17.44 | 38.64 | - |
| YUV | 101.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 168 | 0 | 0.83 | 0.19 | 0.18 | 313.87 | 0.71 | 0.48 |
| Hex | D0 | 23 | A8 | 0 | 53 | 13 | 12 | 13A | 47 | 30 |
| Octal | 320 | 43 | 250 | 0 | 123 | 23 | 22 | 472 | 107 | 60 |
| Binary | 11010000 | 100011 | 10101000 | 0 | 1010011 | 10011 | 10010 | 100111010 | 1000111 | 110000 |
Color Harmonies of #D023A8
Complementary color
Monochromatic Colors of #D023A8
Black with #D023A8
Text Example
Text Example
White with #D023A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023A8; }
p { color: rgb(208,35,168); }
H1.HeaderClassName
{
color: #D023A8;
}
.AnyTagClassName
{
color: #D023A8;
}
</style>
background-color css
<style>
a { background-color: #D023A8; }
a { background-color: rgb(208,35,168); }
div.DivClassName
{
background-color: #D023A8;
}
.BgClassName
{
background-color: #D023A8;
}
</style>
border-color css
<style>
span { border-color: #D023A8; }
span { border-color: rgb(208,35,168); }
td.TdClassName
{
border-color: #D023A8;
}
.TagClassName
{
border-color: #D023A8;
}
</style>