Shades of Medium Violet Red #D21698
Tints of Medium Violet Red #D21698
RGB
CMYK
RGB Variations
Color information
#D21698 (or 0xD21698) is known color: Medium Violet Red. HEX triplet: D2, 16 and 98. RGB value is (210,22,152). Sum of RGB (Red+Green+Blue) = 210+22+152=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21698 is #2DE967. Grayscale: #5C5C5C. Windows color (decimal): -3008872 or 9967314. OLE color: 9967314.
HSL color Cylindrical-coordinate representation of color #D21698: hue angle of 318.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21698 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 152 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.18 |
| HSL | 318.51º | 0.81% | 0.45% | - |
| HSV(B) | 318.51º | 0.9% | 0.82% | - |
| XYZ | 32.53 | 16.54 | 31.18 | - |
| YUV | 93.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 152 | 0 | 0.90 | 0.28 | 0.18 | 318.51 | 0.81 | 0.45 |
| Hex | D2 | 16 | 98 | 0 | 5A | 1C | 12 | 13F | 51 | 2D |
| Octal | 322 | 26 | 230 | 0 | 132 | 34 | 22 | 477 | 121 | 55 |
| Binary | 11010010 | 10110 | 10011000 | 0 | 1011010 | 11100 | 10010 | 100111111 | 1010001 | 101101 |
Color Harmonies of #D21698
Complementary color
Monochromatic Colors of #D21698
Black with #D21698
Text Example
Text Example
White with #D21698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21698; }
p { color: rgb(210,22,152); }
H1.HeaderClassName
{
color: #D21698;
}
.AnyTagClassName
{
color: #D21698;
}
</style>
background-color css
<style>
a { background-color: #D21698; }
a { background-color: rgb(210,22,152); }
div.DivClassName
{
background-color: #D21698;
}
.BgClassName
{
background-color: #D21698;
}
</style>
border-color css
<style>
span { border-color: #D21698; }
span { border-color: rgb(210,22,152); }
td.TdClassName
{
border-color: #D21698;
}
.TagClassName
{
border-color: #D21698;
}
</style>