Shades of Medium Violet Red #D323AD
Tints of Medium Violet Red #D323AD
RGB
CMYK
RGB Variations
Color information
#D323AD (or 0xD323AD) is known color: Medium Violet Red. HEX triplet: D3, 23 and AD. RGB value is (211,35,173). Sum of RGB (Red+Green+Blue) = 211+35+173=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D323AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D323AD is #2CDC52. Grayscale: #666666. Windows color (decimal): -2939987 or 11346899. OLE color: 11346899.
HSL color Cylindrical-coordinate representation of color #D323AD: hue angle of 312.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D323AD is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 173 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.17 |
| HSL | 312.95º | 0.72% | 0.48% | - |
| HSV(B) | 312.95º | 0.83% | 0.83% | - |
| XYZ | 35.01 | 18.07 | 41.18 | - |
| YUV | 103.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 173 | 0 | 0.83 | 0.18 | 0.17 | 312.95 | 0.72 | 0.48 |
| Hex | D3 | 23 | AD | 0 | 53 | 12 | 11 | 139 | 48 | 30 |
| Octal | 323 | 43 | 255 | 0 | 123 | 22 | 21 | 471 | 110 | 60 |
| Binary | 11010011 | 100011 | 10101101 | 0 | 1010011 | 10010 | 10001 | 100111001 | 1001000 | 110000 |
Color Harmonies of #D323AD
Complementary color
Monochromatic Colors of #D323AD
Black with #D323AD
Text Example
Text Example
White with #D323AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323AD; }
p { color: rgb(211,35,173); }
H1.HeaderClassName
{
color: #D323AD;
}
.AnyTagClassName
{
color: #D323AD;
}
</style>
background-color css
<style>
a { background-color: #D323AD; }
a { background-color: rgb(211,35,173); }
div.DivClassName
{
background-color: #D323AD;
}
.BgClassName
{
background-color: #D323AD;
}
</style>
border-color css
<style>
span { border-color: #D323AD; }
span { border-color: rgb(211,35,173); }
td.TdClassName
{
border-color: #D323AD;
}
.TagClassName
{
border-color: #D323AD;
}
</style>