Shades of Medium Violet Red #D20385
Tints of Medium Violet Red #D20385
RGB
CMYK
RGB Variations
Color information
#D20385 (or 0xD20385) is known color: Medium Violet Red. HEX triplet: D2, 03 and 85. RGB value is (210,3,133). Sum of RGB (Red+Green+Blue) = 210+3+133=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D20385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20385 is #2DFC7A. Grayscale: #4F4F4F. Windows color (decimal): -3013755 or 8717266. OLE color: 8717266.
HSL color Cylindrical-coordinate representation of color #D20385: hue angle of 322.32º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20385 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.18 |
| HSL | 322.32º | 0.97% | 0.42% | - |
| HSV(B) | 322.32º | 0.99% | 0.82% | - |
| XYZ | 30.84 | 15.46 | 23.55 | - |
| YUV | 79.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 133 | 0 | 0.99 | 0.37 | 0.18 | 322.32 | 0.97 | 0.42 |
| Hex | D2 | 3 | 85 | 0 | 63 | 25 | 12 | 142 | 61 | 2A |
| Octal | 322 | 3 | 205 | 0 | 143 | 45 | 22 | 502 | 141 | 52 |
| Binary | 11010010 | 11 | 10000101 | 0 | 1100011 | 100101 | 10010 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D20385
Complementary color
Monochromatic Colors of #D20385
Black with #D20385
Text Example
Text Example
White with #D20385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20385; }
p { color: rgb(210,3,133); }
H1.HeaderClassName
{
color: #D20385;
}
.AnyTagClassName
{
color: #D20385;
}
</style>
background-color css
<style>
a { background-color: #D20385; }
a { background-color: rgb(210,3,133); }
div.DivClassName
{
background-color: #D20385;
}
.BgClassName
{
background-color: #D20385;
}
</style>
border-color css
<style>
span { border-color: #D20385; }
span { border-color: rgb(210,3,133); }
td.TdClassName
{
border-color: #D20385;
}
.TagClassName
{
border-color: #D20385;
}
</style>