Shades of Medium Violet Red #D20393
Tints of Medium Violet Red #D20393
RGB
CMYK
RGB Variations
Color information
#D20393 (or 0xD20393) is known color: Medium Violet Red. HEX triplet: D2, 03 and 93. RGB value is (210,3,147). Sum of RGB (Red+Green+Blue) = 210+3+147=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20393 is #2DFC6C. Grayscale: #505050. Windows color (decimal): -3013741 or 9634770. OLE color: 9634770.
HSL color Cylindrical-coordinate representation of color #D20393: hue angle of 318.26º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20393 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.18 |
| HSL | 318.26º | 0.97% | 0.42% | - |
| HSV(B) | 318.26º | 0.99% | 0.82% | - |
| XYZ | 31.88 | 15.87 | 28.99 | - |
| YUV | 81.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 147 | 0 | 0.99 | 0.30 | 0.18 | 318.26 | 0.97 | 0.42 |
| Hex | D2 | 3 | 93 | 0 | 63 | 1E | 12 | 13E | 61 | 2A |
| Octal | 322 | 3 | 223 | 0 | 143 | 36 | 22 | 476 | 141 | 52 |
| Binary | 11010010 | 11 | 10010011 | 0 | 1100011 | 11110 | 10010 | 100111110 | 1100001 | 101010 |
Color Harmonies of #D20393
Complementary color
Monochromatic Colors of #D20393
Black with #D20393
Text Example
Text Example
White with #D20393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20393; }
p { color: rgb(210,3,147); }
H1.HeaderClassName
{
color: #D20393;
}
.AnyTagClassName
{
color: #D20393;
}
</style>
background-color css
<style>
a { background-color: #D20393; }
a { background-color: rgb(210,3,147); }
div.DivClassName
{
background-color: #D20393;
}
.BgClassName
{
background-color: #D20393;
}
</style>
border-color css
<style>
span { border-color: #D20393; }
span { border-color: rgb(210,3,147); }
td.TdClassName
{
border-color: #D20393;
}
.TagClassName
{
border-color: #D20393;
}
</style>