Shades of Medium Violet Red #D7007A
Tints of Medium Violet Red #D7007A
RGB
CMYK
RGB Variations
Color information
#D7007A (or 0xD7007A) is known color: Medium Violet Red. HEX triplet: D7, 00 and 7A. RGB value is (215,0,122). Sum of RGB (Red+Green+Blue) = 215+0+122=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D7007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7007A is #28FF85. Grayscale: #4D4D4D. Windows color (decimal): -2686854 or 7995607. OLE color: 7995607.
HSL color Cylindrical-coordinate representation of color #D7007A: hue angle of 325.95º 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 #D7007A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.43 | 0.16 |
| HSL | 325.95º | 1% | 0.42% | - |
| HSV(B) | 325.95º | 1% | 0.84% | - |
| XYZ | 31.54 | 15.85 | 19.81 | - |
| YUV | 78.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 122 | 0 | 1 | 0.43 | 0.16 | 325.95 | 1 | 0.42 |
| Hex | D7 | 0 | 7A | 0 | 64 | 2B | 10 | 146 | 64 | 2A |
| Octal | 327 | 0 | 172 | 0 | 144 | 53 | 20 | 506 | 144 | 52 |
| Binary | 11010111 | 0 | 1111010 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D7007A
Complementary color
Monochromatic Colors of #D7007A
Black with #D7007A
Text Example
Text Example
White with #D7007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7007A; }
p { color: rgb(215,0,122); }
H1.HeaderClassName
{
color: #D7007A;
}
.AnyTagClassName
{
color: #D7007A;
}
</style>
background-color css
<style>
a { background-color: #D7007A; }
a { background-color: rgb(215,0,122); }
div.DivClassName
{
background-color: #D7007A;
}
.BgClassName
{
background-color: #D7007A;
}
</style>
border-color css
<style>
span { border-color: #D7007A; }
span { border-color: rgb(215,0,122); }
td.TdClassName
{
border-color: #D7007A;
}
.TagClassName
{
border-color: #D7007A;
}
</style>