Shades of Medium Violet Red #D02183
Tints of Medium Violet Red #D02183
RGB
CMYK
RGB Variations
Color information
#D02183 (or 0xD02183) is known color: Medium Violet Red. HEX triplet: D0, 21 and 83. RGB value is (208,33,131). Sum of RGB (Red+Green+Blue) = 208+33+131=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D02183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02183 is #2FDE7C. Grayscale: #606060. Windows color (decimal): -3137149 or 8593872. OLE color: 8593872.
HSL color Cylindrical-coordinate representation of color #D02183: hue angle of 326.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02183 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 131 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.18 |
| HSL | 326.4º | 0.73% | 0.47% | - |
| HSV(B) | 326.4º | 0.84% | 0.82% | - |
| XYZ | 30.65 | 16.14 | 22.97 | - |
| YUV | 96.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 131 | 0 | 0.84 | 0.37 | 0.18 | 326.4 | 0.73 | 0.47 |
| Hex | D0 | 21 | 83 | 0 | 54 | 25 | 12 | 146 | 49 | 2F |
| Octal | 320 | 41 | 203 | 0 | 124 | 45 | 22 | 506 | 111 | 57 |
| Binary | 11010000 | 100001 | 10000011 | 0 | 1010100 | 100101 | 10010 | 101000110 | 1001001 | 101111 |
Color Harmonies of #D02183
Complementary color
Monochromatic Colors of #D02183
Black with #D02183
Text Example
Text Example
White with #D02183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02183; }
p { color: rgb(208,33,131); }
H1.HeaderClassName
{
color: #D02183;
}
.AnyTagClassName
{
color: #D02183;
}
</style>
background-color css
<style>
a { background-color: #D02183; }
a { background-color: rgb(208,33,131); }
div.DivClassName
{
background-color: #D02183;
}
.BgClassName
{
background-color: #D02183;
}
</style>
border-color css
<style>
span { border-color: #D02183; }
span { border-color: rgb(208,33,131); }
td.TdClassName
{
border-color: #D02183;
}
.TagClassName
{
border-color: #D02183;
}
</style>