Shades of Medium Violet Red #D02385
Tints of Medium Violet Red #D02385
RGB
CMYK
RGB Variations
Color information
#D02385 (or 0xD02385) is known color: Medium Violet Red. HEX triplet: D0, 23 and 85. RGB value is (208,35,133). Sum of RGB (Red+Green+Blue) = 208+35+133=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D02385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02385 is #2FDC7A. Grayscale: #616161. Windows color (decimal): -3136635 or 8725456. OLE color: 8725456.
HSL color Cylindrical-coordinate representation of color #D02385: hue angle of 326.01º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02385 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 133 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.18 |
| HSL | 326.01º | 0.71% | 0.48% | - |
| HSV(B) | 326.01º | 0.83% | 0.82% | - |
| XYZ | 30.85 | 16.31 | 23.71 | - |
| YUV | 97.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 133 | 0 | 0.83 | 0.36 | 0.18 | 326.01 | 0.71 | 0.48 |
| Hex | D0 | 23 | 85 | 0 | 53 | 24 | 12 | 146 | 47 | 30 |
| Octal | 320 | 43 | 205 | 0 | 123 | 44 | 22 | 506 | 107 | 60 |
| Binary | 11010000 | 100011 | 10000101 | 0 | 1010011 | 100100 | 10010 | 101000110 | 1000111 | 110000 |
Color Harmonies of #D02385
Complementary color
Monochromatic Colors of #D02385
Black with #D02385
Text Example
Text Example
White with #D02385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02385; }
p { color: rgb(208,35,133); }
H1.HeaderClassName
{
color: #D02385;
}
.AnyTagClassName
{
color: #D02385;
}
</style>
background-color css
<style>
a { background-color: #D02385; }
a { background-color: rgb(208,35,133); }
div.DivClassName
{
background-color: #D02385;
}
.BgClassName
{
background-color: #D02385;
}
</style>
border-color css
<style>
span { border-color: #D02385; }
span { border-color: rgb(208,35,133); }
td.TdClassName
{
border-color: #D02385;
}
.TagClassName
{
border-color: #D02385;
}
</style>