Shades of Medium Violet Red #D02389
Tints of Medium Violet Red #D02389
RGB
CMYK
RGB Variations
Color information
#D02389 (or 0xD02389) is known color: Medium Violet Red. HEX triplet: D0, 23 and 89. RGB value is (208,35,137). Sum of RGB (Red+Green+Blue) = 208+35+137=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D02389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02389 is #2FDC76. Grayscale: #626262. Windows color (decimal): -3136631 or 8987600. OLE color: 8987600.
HSL color Cylindrical-coordinate representation of color #D02389: hue angle of 324.62º 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 #D02389 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 137 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.18 |
| HSL | 324.62º | 0.71% | 0.48% | - |
| HSV(B) | 324.62º | 0.83% | 0.82% | - |
| XYZ | 31.13 | 16.42 | 25.2 | - |
| YUV | 98.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 137 | 0 | 0.83 | 0.34 | 0.18 | 324.62 | 0.71 | 0.48 |
| Hex | D0 | 23 | 89 | 0 | 53 | 22 | 12 | 145 | 47 | 30 |
| Octal | 320 | 43 | 211 | 0 | 123 | 42 | 22 | 505 | 107 | 60 |
| Binary | 11010000 | 100011 | 10001001 | 0 | 1010011 | 100010 | 10010 | 101000101 | 1000111 | 110000 |
Color Harmonies of #D02389
Complementary color
Monochromatic Colors of #D02389
Black with #D02389
Text Example
Text Example
White with #D02389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02389; }
p { color: rgb(208,35,137); }
H1.HeaderClassName
{
color: #D02389;
}
.AnyTagClassName
{
color: #D02389;
}
</style>
background-color css
<style>
a { background-color: #D02389; }
a { background-color: rgb(208,35,137); }
div.DivClassName
{
background-color: #D02389;
}
.BgClassName
{
background-color: #D02389;
}
</style>
border-color css
<style>
span { border-color: #D02389; }
span { border-color: rgb(208,35,137); }
td.TdClassName
{
border-color: #D02389;
}
.TagClassName
{
border-color: #D02389;
}
</style>