Shades of Medium Violet Red #D21883
Tints of Medium Violet Red #D21883
RGB
CMYK
RGB Variations
Color information
#D21883 (or 0xD21883) is known color: Medium Violet Red. HEX triplet: D2, 18 and 83. RGB value is (210,24,131). Sum of RGB (Red+Green+Blue) = 210+24+131=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D21883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21883 is #2DE77C. Grayscale: #5B5B5B. Windows color (decimal): -3008381 or 8591570. OLE color: 8591570.
HSL color Cylindrical-coordinate representation of color #D21883: hue angle of 325.48º degrees, saturation: 0.79, 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 #D21883 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 131 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.18 |
| HSL | 325.48º | 0.79% | 0.46% | - |
| HSV(B) | 325.48º | 0.89% | 0.82% | - |
| XYZ | 31 | 15.99 | 22.93 | - |
| YUV | 91.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 131 | 0 | 0.89 | 0.38 | 0.18 | 325.48 | 0.79 | 0.46 |
| Hex | D2 | 18 | 83 | 0 | 59 | 26 | 12 | 145 | 4F | 2E |
| Octal | 322 | 30 | 203 | 0 | 131 | 46 | 22 | 505 | 117 | 56 |
| Binary | 11010010 | 11000 | 10000011 | 0 | 1011001 | 100110 | 10010 | 101000101 | 1001111 | 101110 |
Color Harmonies of #D21883
Complementary color
Monochromatic Colors of #D21883
Black with #D21883
Text Example
Text Example
White with #D21883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21883; }
p { color: rgb(210,24,131); }
H1.HeaderClassName
{
color: #D21883;
}
.AnyTagClassName
{
color: #D21883;
}
</style>
background-color css
<style>
a { background-color: #D21883; }
a { background-color: rgb(210,24,131); }
div.DivClassName
{
background-color: #D21883;
}
.BgClassName
{
background-color: #D21883;
}
</style>
border-color css
<style>
span { border-color: #D21883; }
span { border-color: rgb(210,24,131); }
td.TdClassName
{
border-color: #D21883;
}
.TagClassName
{
border-color: #D21883;
}
</style>