Shades of Medium Violet Red #D02179
Tints of Medium Violet Red #D02179
RGB
CMYK
RGB Variations
Color information
#D02179 (or 0xD02179) is known color: Medium Violet Red. HEX triplet: D0, 21 and 79. RGB value is (208,33,121). Sum of RGB (Red+Green+Blue) = 208+33+121=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02179 is #2FDE86. Grayscale: #5F5F5F. Windows color (decimal): -3137159 or 7938512. OLE color: 7938512.
HSL color Cylindrical-coordinate representation of color #D02179: hue angle of 329.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02179 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 121 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.18 |
| HSL | 329.83º | 0.73% | 0.47% | - |
| HSV(B) | 329.83º | 0.84% | 0.82% | - |
| XYZ | 30.01 | 15.88 | 19.57 | - |
| YUV | 95.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 121 | 0 | 0.84 | 0.42 | 0.18 | 329.83 | 0.73 | 0.47 |
| Hex | D0 | 21 | 79 | 0 | 54 | 2A | 12 | 14A | 49 | 2F |
| Octal | 320 | 41 | 171 | 0 | 124 | 52 | 22 | 512 | 111 | 57 |
| Binary | 11010000 | 100001 | 1111001 | 0 | 1010100 | 101010 | 10010 | 101001010 | 1001001 | 101111 |
Color Harmonies of #D02179
Complementary color
Monochromatic Colors of #D02179
Black with #D02179
Text Example
Text Example
White with #D02179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02179; }
p { color: rgb(208,33,121); }
H1.HeaderClassName
{
color: #D02179;
}
.AnyTagClassName
{
color: #D02179;
}
</style>
background-color css
<style>
a { background-color: #D02179; }
a { background-color: rgb(208,33,121); }
div.DivClassName
{
background-color: #D02179;
}
.BgClassName
{
background-color: #D02179;
}
</style>
border-color css
<style>
span { border-color: #D02179; }
span { border-color: rgb(208,33,121); }
td.TdClassName
{
border-color: #D02179;
}
.TagClassName
{
border-color: #D02179;
}
</style>