Shades of Medium Violet Red #D20093
Tints of Medium Violet Red #D20093
RGB
CMYK
RGB Variations
Color information
#D20093 (or 0xD20093) is known color: Medium Violet Red. HEX triplet: D2, 00 and 93. RGB value is (210,0,147). Sum of RGB (Red+Green+Blue) = 210+0+147=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D20093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20093 is #2DFF6C. Grayscale: #4F4F4F. Windows color (decimal): -3014509 or 9634002. OLE color: 9634002.
HSL color Cylindrical-coordinate representation of color #D20093: hue angle of 318º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20093 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.30 | 0.18 |
| HSL | 318º | 1% | 0.41% | - |
| HSV(B) | 318º | 1% | 0.82% | - |
| XYZ | 31.84 | 15.81 | 28.98 | - |
| YUV | 79.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 147 | 0 | 1 | 0.30 | 0.18 | 318 | 1 | 0.41 |
| Hex | D2 | 0 | 93 | 0 | 64 | 1E | 12 | 13E | 64 | 29 |
| Octal | 322 | 0 | 223 | 0 | 144 | 36 | 22 | 476 | 144 | 51 |
| Binary | 11010010 | 0 | 10010011 | 0 | 1100100 | 11110 | 10010 | 100111110 | 1100100 | 101001 |
Color Harmonies of #D20093
Complementary color
Monochromatic Colors of #D20093
Black with #D20093
Text Example
Text Example
White with #D20093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20093; }
p { color: rgb(210,0,147); }
H1.HeaderClassName
{
color: #D20093;
}
.AnyTagClassName
{
color: #D20093;
}
</style>
background-color css
<style>
a { background-color: #D20093; }
a { background-color: rgb(210,0,147); }
div.DivClassName
{
background-color: #D20093;
}
.BgClassName
{
background-color: #D20093;
}
</style>
border-color css
<style>
span { border-color: #D20093; }
span { border-color: rgb(210,0,147); }
td.TdClassName
{
border-color: #D20093;
}
.TagClassName
{
border-color: #D20093;
}
</style>