Shades of Medium Violet Red #D21283
Tints of Medium Violet Red #D21283
RGB
CMYK
RGB Variations
Color information
#D21283 (or 0xD21283) is known color: Medium Violet Red. HEX triplet: D2, 12 and 83. RGB value is (210,18,131). Sum of RGB (Red+Green+Blue) = 210+18+131=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D21283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21283 is #2DED7C. Grayscale: #585858. Windows color (decimal): -3009917 or 8590034. OLE color: 8590034.
HSL color Cylindrical-coordinate representation of color #D21283: hue angle of 324.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21283 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 131 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.18 |
| HSL | 324.69º | 0.84% | 0.45% | - |
| HSV(B) | 324.69º | 0.91% | 0.82% | - |
| XYZ | 30.89 | 15.77 | 22.89 | - |
| YUV | 88.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 131 | 0 | 0.91 | 0.38 | 0.18 | 324.69 | 0.84 | 0.45 |
| Hex | D2 | 12 | 83 | 0 | 5B | 26 | 12 | 145 | 54 | 2D |
| Octal | 322 | 22 | 203 | 0 | 133 | 46 | 22 | 505 | 124 | 55 |
| Binary | 11010010 | 10010 | 10000011 | 0 | 1011011 | 100110 | 10010 | 101000101 | 1010100 | 101101 |
Color Harmonies of #D21283
Complementary color
Monochromatic Colors of #D21283
Black with #D21283
Text Example
Text Example
White with #D21283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21283; }
p { color: rgb(210,18,131); }
H1.HeaderClassName
{
color: #D21283;
}
.AnyTagClassName
{
color: #D21283;
}
</style>
background-color css
<style>
a { background-color: #D21283; }
a { background-color: rgb(210,18,131); }
div.DivClassName
{
background-color: #D21283;
}
.BgClassName
{
background-color: #D21283;
}
</style>
border-color css
<style>
span { border-color: #D21283; }
span { border-color: rgb(210,18,131); }
td.TdClassName
{
border-color: #D21283;
}
.TagClassName
{
border-color: #D21283;
}
</style>