Shades of Medium Violet Red #D5007A
Tints of Medium Violet Red #D5007A
RGB
CMYK
RGB Variations
Color information
#D5007A (or 0xD5007A) is known color: Medium Violet Red. HEX triplet: D5, 00 and 7A. RGB value is (213,0,122). Sum of RGB (Red+Green+Blue) = 213+0+122=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D5007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5007A is #2AFF85. Grayscale: #4D4D4D. Windows color (decimal): -2817926 or 7995605. OLE color: 7995605.
HSL color Cylindrical-coordinate representation of color #D5007A: hue angle of 325.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5007A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.43 | 0.16 |
| HSL | 325.63º | 1% | 0.42% | - |
| HSV(B) | 325.63º | 1% | 0.84% | - |
| XYZ | 30.95 | 15.55 | 19.78 | - |
| YUV | 77.6 | 153.07 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 122 | 0 | 1 | 0.43 | 0.16 | 325.63 | 1 | 0.42 |
| Hex | D5 | 0 | 7A | 0 | 64 | 2B | 10 | 146 | 64 | 2A |
| Octal | 325 | 0 | 172 | 0 | 144 | 53 | 20 | 506 | 144 | 52 |
| Binary | 11010101 | 0 | 1111010 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D5007A
Complementary color
Monochromatic Colors of #D5007A
Black with #D5007A
Text Example
Text Example
White with #D5007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5007A; }
p { color: rgb(213,0,122); }
H1.HeaderClassName
{
color: #D5007A;
}
.AnyTagClassName
{
color: #D5007A;
}
</style>
background-color css
<style>
a { background-color: #D5007A; }
a { background-color: rgb(213,0,122); }
div.DivClassName
{
background-color: #D5007A;
}
.BgClassName
{
background-color: #D5007A;
}
</style>
border-color css
<style>
span { border-color: #D5007A; }
span { border-color: rgb(213,0,122); }
td.TdClassName
{
border-color: #D5007A;
}
.TagClassName
{
border-color: #D5007A;
}
</style>