Shades of Medium Violet Red #D02085
Tints of Medium Violet Red #D02085
RGB
CMYK
RGB Variations
Color information
#D02085 (or 0xD02085) is known color: Medium Violet Red. HEX triplet: D0, 20 and 85. RGB value is (208,32,133). Sum of RGB (Red+Green+Blue) = 208+32+133=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D02085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02085 is #2FDF7A. Grayscale: #5F5F5F. Windows color (decimal): -3137403 or 8724688. OLE color: 8724688.
HSL color Cylindrical-coordinate representation of color #D02085: hue angle of 325.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02085 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 133 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.18 |
| HSL | 325.57º | 0.73% | 0.47% | - |
| HSV(B) | 325.57º | 0.85% | 0.82% | - |
| XYZ | 30.76 | 16.14 | 23.68 | - |
| YUV | 96.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 133 | 0 | 0.85 | 0.36 | 0.18 | 325.57 | 0.73 | 0.47 |
| Hex | D0 | 20 | 85 | 0 | 55 | 24 | 12 | 146 | 49 | 2F |
| Octal | 320 | 40 | 205 | 0 | 125 | 44 | 22 | 506 | 111 | 57 |
| Binary | 11010000 | 100000 | 10000101 | 0 | 1010101 | 100100 | 10010 | 101000110 | 1001001 | 101111 |
Color Harmonies of #D02085
Complementary color
Monochromatic Colors of #D02085
Black with #D02085
Text Example
Text Example
White with #D02085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02085; }
p { color: rgb(208,32,133); }
H1.HeaderClassName
{
color: #D02085;
}
.AnyTagClassName
{
color: #D02085;
}
</style>
background-color css
<style>
a { background-color: #D02085; }
a { background-color: rgb(208,32,133); }
div.DivClassName
{
background-color: #D02085;
}
.BgClassName
{
background-color: #D02085;
}
</style>
border-color css
<style>
span { border-color: #D02085; }
span { border-color: rgb(208,32,133); }
td.TdClassName
{
border-color: #D02085;
}
.TagClassName
{
border-color: #D02085;
}
</style>