Shades of Medium Violet Red #D02599
Tints of Medium Violet Red #D02599
RGB
CMYK
RGB Variations
Color information
#D02599 (or 0xD02599) is known color: Medium Violet Red. HEX triplet: D0, 25 and 99. RGB value is (208,37,153). Sum of RGB (Red+Green+Blue) = 208+37+153=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D02599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02599 is #2FDA66. Grayscale: #656565. Windows color (decimal): -3136103 or 10036688. OLE color: 10036688.
HSL color Cylindrical-coordinate representation of color #D02599: hue angle of 319.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02599 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 153 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.18 |
| HSL | 319.3º | 0.7% | 0.48% | - |
| HSV(B) | 319.3º | 0.82% | 0.82% | - |
| XYZ | 32.42 | 17.03 | 31.72 | - |
| YUV | 101.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 153 | 0 | 0.82 | 0.26 | 0.18 | 319.3 | 0.7 | 0.48 |
| Hex | D0 | 25 | 99 | 0 | 52 | 1A | 12 | 13F | 46 | 30 |
| Octal | 320 | 45 | 231 | 0 | 122 | 32 | 22 | 477 | 106 | 60 |
| Binary | 11010000 | 100101 | 10011001 | 0 | 1010010 | 11010 | 10010 | 100111111 | 1000110 | 110000 |
Color Harmonies of #D02599
Complementary color
Monochromatic Colors of #D02599
Black with #D02599
Text Example
Text Example
White with #D02599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02599; }
p { color: rgb(208,37,153); }
H1.HeaderClassName
{
color: #D02599;
}
.AnyTagClassName
{
color: #D02599;
}
</style>
background-color css
<style>
a { background-color: #D02599; }
a { background-color: rgb(208,37,153); }
div.DivClassName
{
background-color: #D02599;
}
.BgClassName
{
background-color: #D02599;
}
</style>
border-color css
<style>
span { border-color: #D02599; }
span { border-color: rgb(208,37,153); }
td.TdClassName
{
border-color: #D02599;
}
.TagClassName
{
border-color: #D02599;
}
</style>