Shades of Medium Violet Red #D02099
Tints of Medium Violet Red #D02099
RGB
CMYK
RGB Variations
Color information
#D02099 (or 0xD02099) is known color: Medium Violet Red. HEX triplet: D0, 20 and 99. RGB value is (208,32,153). Sum of RGB (Red+Green+Blue) = 208+32+153=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02099 is #2FDF66. Grayscale: #626262. Windows color (decimal): -3137383 or 10035408. OLE color: 10035408.
HSL color Cylindrical-coordinate representation of color #D02099: hue angle of 318.75º 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 #D02099 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 153 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.18 |
| HSL | 318.75º | 0.73% | 0.47% | - |
| HSV(B) | 318.75º | 0.85% | 0.82% | - |
| XYZ | 32.28 | 16.74 | 31.67 | - |
| YUV | 98.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 153 | 0 | 0.85 | 0.26 | 0.18 | 318.75 | 0.73 | 0.47 |
| Hex | D0 | 20 | 99 | 0 | 55 | 1A | 12 | 13F | 49 | 2F |
| Octal | 320 | 40 | 231 | 0 | 125 | 32 | 22 | 477 | 111 | 57 |
| Binary | 11010000 | 100000 | 10011001 | 0 | 1010101 | 11010 | 10010 | 100111111 | 1001001 | 101111 |
Color Harmonies of #D02099
Complementary color
Monochromatic Colors of #D02099
Black with #D02099
Text Example
Text Example
White with #D02099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02099; }
p { color: rgb(208,32,153); }
H1.HeaderClassName
{
color: #D02099;
}
.AnyTagClassName
{
color: #D02099;
}
</style>
background-color css
<style>
a { background-color: #D02099; }
a { background-color: rgb(208,32,153); }
div.DivClassName
{
background-color: #D02099;
}
.BgClassName
{
background-color: #D02099;
}
</style>
border-color css
<style>
span { border-color: #D02099; }
span { border-color: rgb(208,32,153); }
td.TdClassName
{
border-color: #D02099;
}
.TagClassName
{
border-color: #D02099;
}
</style>