Shades of Medium Violet Red #D61283
Tints of Medium Violet Red #D61283
RGB
CMYK
RGB Variations
Color information
#D61283 (or 0xD61283) is known color: Medium Violet Red. HEX triplet: D6, 12 and 83. RGB value is (214,18,131). Sum of RGB (Red+Green+Blue) = 214+18+131=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61283 is #29ED7C. Grayscale: #595959. Windows color (decimal): -2747773 or 8590038. OLE color: 8590038.
HSL color Cylindrical-coordinate representation of color #D61283: hue angle of 325.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61283 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 131 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.16 |
| HSL | 325.41º | 0.84% | 0.45% | - |
| HSV(B) | 325.41º | 0.92% | 0.84% | - |
| XYZ | 32.04 | 16.37 | 22.94 | - |
| YUV | 89.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 131 | 0 | 0.92 | 0.39 | 0.16 | 325.41 | 0.84 | 0.45 |
| Hex | D6 | 12 | 83 | 0 | 5C | 27 | 10 | 145 | 54 | 2D |
| Octal | 326 | 22 | 203 | 0 | 134 | 47 | 20 | 505 | 124 | 55 |
| Binary | 11010110 | 10010 | 10000011 | 0 | 1011100 | 100111 | 10000 | 101000101 | 1010100 | 101101 |
Color Harmonies of #D61283
Complementary color
Monochromatic Colors of #D61283
Black with #D61283
Text Example
Text Example
White with #D61283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61283; }
p { color: rgb(214,18,131); }
H1.HeaderClassName
{
color: #D61283;
}
.AnyTagClassName
{
color: #D61283;
}
</style>
background-color css
<style>
a { background-color: #D61283; }
a { background-color: rgb(214,18,131); }
div.DivClassName
{
background-color: #D61283;
}
.BgClassName
{
background-color: #D61283;
}
</style>
border-color css
<style>
span { border-color: #D61283; }
span { border-color: rgb(214,18,131); }
td.TdClassName
{
border-color: #D61283;
}
.TagClassName
{
border-color: #D61283;
}
</style>