Shades of Medium Violet Red #D02175
Tints of Medium Violet Red #D02175
RGB
CMYK
RGB Variations
Color information
#D02175 (or 0xD02175) is known color: Medium Violet Red. HEX triplet: D0, 21 and 75. RGB value is (208,33,117). Sum of RGB (Red+Green+Blue) = 208+33+117=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D02175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02175 is #2FDE8A. Grayscale: #5E5E5E. Windows color (decimal): -3137163 or 7676368. OLE color: 7676368.
HSL color Cylindrical-coordinate representation of color #D02175: hue angle of 331.2º 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 #D02175 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.18 |
| HSL | 331.2º | 0.73% | 0.47% | - |
| HSV(B) | 331.2º | 0.84% | 0.82% | - |
| XYZ | 29.77 | 15.78 | 18.31 | - |
| YUV | 94.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 117 | 0 | 0.84 | 0.44 | 0.18 | 331.2 | 0.73 | 0.47 |
| Hex | D0 | 21 | 75 | 0 | 54 | 2C | 12 | 14B | 49 | 2F |
| Octal | 320 | 41 | 165 | 0 | 124 | 54 | 22 | 513 | 111 | 57 |
| Binary | 11010000 | 100001 | 1110101 | 0 | 1010100 | 101100 | 10010 | 101001011 | 1001001 | 101111 |
Color Harmonies of #D02175
Complementary color
Monochromatic Colors of #D02175
Black with #D02175
Text Example
Text Example
White with #D02175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02175; }
p { color: rgb(208,33,117); }
H1.HeaderClassName
{
color: #D02175;
}
.AnyTagClassName
{
color: #D02175;
}
</style>
background-color css
<style>
a { background-color: #D02175; }
a { background-color: rgb(208,33,117); }
div.DivClassName
{
background-color: #D02175;
}
.BgClassName
{
background-color: #D02175;
}
</style>
border-color css
<style>
span { border-color: #D02175; }
span { border-color: rgb(208,33,117); }
td.TdClassName
{
border-color: #D02175;
}
.TagClassName
{
border-color: #D02175;
}
</style>