Shades of Medium Violet Red #D21689
Tints of Medium Violet Red #D21689
RGB
CMYK
RGB Variations
Color information
#D21689 (or 0xD21689) is known color: Medium Violet Red. HEX triplet: D2, 16 and 89. RGB value is (210,22,137). Sum of RGB (Red+Green+Blue) = 210+22+137=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D21689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21689 is #2DE976. Grayscale: #5B5B5B. Windows color (decimal): -3008887 or 8984274. OLE color: 8984274.
HSL color Cylindrical-coordinate representation of color #D21689: hue angle of 323.3º 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 #D21689 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 137 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.18 |
| HSL | 323.3º | 0.81% | 0.45% | - |
| HSV(B) | 323.3º | 0.9% | 0.82% | - |
| XYZ | 31.38 | 16.08 | 25.12 | - |
| YUV | 91.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 137 | 0 | 0.90 | 0.35 | 0.18 | 323.3 | 0.81 | 0.45 |
| Hex | D2 | 16 | 89 | 0 | 5A | 23 | 12 | 143 | 51 | 2D |
| Octal | 322 | 26 | 211 | 0 | 132 | 43 | 22 | 503 | 121 | 55 |
| Binary | 11010010 | 10110 | 10001001 | 0 | 1011010 | 100011 | 10010 | 101000011 | 1010001 | 101101 |
Color Harmonies of #D21689
Complementary color
Monochromatic Colors of #D21689
Black with #D21689
Text Example
Text Example
White with #D21689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21689; }
p { color: rgb(210,22,137); }
H1.HeaderClassName
{
color: #D21689;
}
.AnyTagClassName
{
color: #D21689;
}
</style>
background-color css
<style>
a { background-color: #D21689; }
a { background-color: rgb(210,22,137); }
div.DivClassName
{
background-color: #D21689;
}
.BgClassName
{
background-color: #D21689;
}
</style>
border-color css
<style>
span { border-color: #D21689; }
span { border-color: rgb(210,22,137); }
td.TdClassName
{
border-color: #D21689;
}
.TagClassName
{
border-color: #D21689;
}
</style>