Shades of Medium Violet Red #DA007D
Tints of Medium Violet Red #DA007D
RGB
CMYK
RGB Variations
Color information
#DA007D (or 0xDA007D) is known color: Medium Violet Red. HEX triplet: DA, 00 and 7D. RGB value is (218,0,125). Sum of RGB (Red+Green+Blue) = 218+0+125=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA007D is #25FF82. Grayscale: #4F4F4F. Windows color (decimal): -2490243 or 8192218. OLE color: 8192218.
HSL color Cylindrical-coordinate representation of color #DA007D: hue angle of 325.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA007D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.43 | 0.15 |
| HSL | 325.6º | 1% | 0.43% | - |
| HSV(B) | 325.6º | 1% | 0.85% | - |
| XYZ | 32.62 | 16.39 | 20.85 | - |
| YUV | 79.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 125 | 0 | 1 | 0.43 | 0.15 | 325.6 | 1 | 0.43 |
| Hex | DA | 0 | 7D | 0 | 64 | 2B | F | 146 | 64 | 2B |
| Octal | 332 | 0 | 175 | 0 | 144 | 53 | 17 | 506 | 144 | 53 |
| Binary | 11011010 | 0 | 1111101 | 0 | 1100100 | 101011 | 1111 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DA007D
Complementary color
Monochromatic Colors of #DA007D
Black with #DA007D
Text Example
Text Example
White with #DA007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA007D; }
p { color: rgb(218,0,125); }
H1.HeaderClassName
{
color: #DA007D;
}
.AnyTagClassName
{
color: #DA007D;
}
</style>
background-color css
<style>
a { background-color: #DA007D; }
a { background-color: rgb(218,0,125); }
div.DivClassName
{
background-color: #DA007D;
}
.BgClassName
{
background-color: #DA007D;
}
</style>
border-color css
<style>
span { border-color: #DA007D; }
span { border-color: rgb(218,0,125); }
td.TdClassName
{
border-color: #DA007D;
}
.TagClassName
{
border-color: #DA007D;
}
</style>