Shades of Medium Violet Red #D21094
Tints of Medium Violet Red #D21094
RGB
CMYK
RGB Variations
Color information
#D21094 (or 0xD21094) is known color: Medium Violet Red. HEX triplet: D2, 10 and 94. RGB value is (210,16,148). Sum of RGB (Red+Green+Blue) = 210+16+148=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D21094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21094 is #2DEF6B. Grayscale: #585858. Windows color (decimal): -3010412 or 9703634. OLE color: 9703634.
HSL color Cylindrical-coordinate representation of color #D21094: hue angle of 319.18º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21094 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 148 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.18 |
| HSL | 319.18º | 0.86% | 0.44% | - |
| HSV(B) | 319.18º | 0.92% | 0.82% | - |
| XYZ | 32.11 | 16.21 | 29.45 | - |
| YUV | 89.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 148 | 0 | 0.92 | 0.30 | 0.18 | 319.18 | 0.86 | 0.44 |
| Hex | D2 | 10 | 94 | 0 | 5C | 1E | 12 | 13F | 56 | 2C |
| Octal | 322 | 20 | 224 | 0 | 134 | 36 | 22 | 477 | 126 | 54 |
| Binary | 11010010 | 10000 | 10010100 | 0 | 1011100 | 11110 | 10010 | 100111111 | 1010110 | 101100 |
Color Harmonies of #D21094
Complementary color
Monochromatic Colors of #D21094
Black with #D21094
Text Example
Text Example
White with #D21094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21094; }
p { color: rgb(210,16,148); }
H1.HeaderClassName
{
color: #D21094;
}
.AnyTagClassName
{
color: #D21094;
}
</style>
background-color css
<style>
a { background-color: #D21094; }
a { background-color: rgb(210,16,148); }
div.DivClassName
{
background-color: #D21094;
}
.BgClassName
{
background-color: #D21094;
}
</style>
border-color css
<style>
span { border-color: #D21094; }
span { border-color: rgb(210,16,148); }
td.TdClassName
{
border-color: #D21094;
}
.TagClassName
{
border-color: #D21094;
}
</style>