Shades of Medium Violet Red #D2178A
Tints of Medium Violet Red #D2178A
RGB
CMYK
RGB Variations
Color information
#D2178A (or 0xD2178A) is known color: Medium Violet Red. HEX triplet: D2, 17 and 8A. RGB value is (210,23,138). Sum of RGB (Red+Green+Blue) = 210+23+138=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2178A is #2DE875. Grayscale: #5B5B5B. Windows color (decimal): -3008630 or 9050066. OLE color: 9050066.
HSL color Cylindrical-coordinate representation of color #D2178A: hue angle of 323.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2178A is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.18 |
| HSL | 323.1º | 0.8% | 0.46% | - |
| HSV(B) | 323.1º | 0.89% | 0.82% | - |
| XYZ | 31.47 | 16.15 | 25.5 | - |
| YUV | 92.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 138 | 0 | 0.89 | 0.34 | 0.18 | 323.1 | 0.8 | 0.46 |
| Hex | D2 | 17 | 8A | 0 | 59 | 22 | 12 | 143 | 50 | 2E |
| Octal | 322 | 27 | 212 | 0 | 131 | 42 | 22 | 503 | 120 | 56 |
| Binary | 11010010 | 10111 | 10001010 | 0 | 1011001 | 100010 | 10010 | 101000011 | 1010000 | 101110 |
Color Harmonies of #D2178A
Complementary color
Monochromatic Colors of #D2178A
Black with #D2178A
Text Example
Text Example
White with #D2178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2178A; }
p { color: rgb(210,23,138); }
H1.HeaderClassName
{
color: #D2178A;
}
.AnyTagClassName
{
color: #D2178A;
}
</style>
background-color css
<style>
a { background-color: #D2178A; }
a { background-color: rgb(210,23,138); }
div.DivClassName
{
background-color: #D2178A;
}
.BgClassName
{
background-color: #D2178A;
}
</style>
border-color css
<style>
span { border-color: #D2178A; }
span { border-color: rgb(210,23,138); }
td.TdClassName
{
border-color: #D2178A;
}
.TagClassName
{
border-color: #D2178A;
}
</style>