Shades of Medium Violet Red #D21692
Tints of Medium Violet Red #D21692
RGB
CMYK
RGB Variations
Color information
#D21692 (or 0xD21692) is known color: Medium Violet Red. HEX triplet: D2, 16 and 92. RGB value is (210,22,146). Sum of RGB (Red+Green+Blue) = 210+22+146=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21692 is #2DE96D. Grayscale: #5C5C5C. Windows color (decimal): -3008878 or 9574098. OLE color: 9574098.
HSL color Cylindrical-coordinate representation of color #D21692: hue angle of 320.43º 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 #D21692 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 146 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.18 |
| HSL | 320.43º | 0.81% | 0.45% | - |
| HSV(B) | 320.43º | 0.9% | 0.82% | - |
| XYZ | 32.05 | 16.35 | 28.66 | - |
| YUV | 92.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 146 | 0 | 0.90 | 0.30 | 0.18 | 320.43 | 0.81 | 0.45 |
| Hex | D2 | 16 | 92 | 0 | 5A | 1E | 12 | 140 | 51 | 2D |
| Octal | 322 | 26 | 222 | 0 | 132 | 36 | 22 | 500 | 121 | 55 |
| Binary | 11010010 | 10110 | 10010010 | 0 | 1011010 | 11110 | 10010 | 101000000 | 1010001 | 101101 |
Color Harmonies of #D21692
Complementary color
Monochromatic Colors of #D21692
Black with #D21692
Text Example
Text Example
White with #D21692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21692; }
p { color: rgb(210,22,146); }
H1.HeaderClassName
{
color: #D21692;
}
.AnyTagClassName
{
color: #D21692;
}
</style>
background-color css
<style>
a { background-color: #D21692; }
a { background-color: rgb(210,22,146); }
div.DivClassName
{
background-color: #D21692;
}
.BgClassName
{
background-color: #D21692;
}
</style>
border-color css
<style>
span { border-color: #D21692; }
span { border-color: rgb(210,22,146); }
td.TdClassName
{
border-color: #D21692;
}
.TagClassName
{
border-color: #D21692;
}
</style>