Shades of Medium Violet Red #DA007B
Tints of Medium Violet Red #DA007B
RGB
CMYK
RGB Variations
Color information
#DA007B (or 0xDA007B) is known color: Medium Violet Red. HEX triplet: DA, 00 and 7B. RGB value is (218,0,123). Sum of RGB (Red+Green+Blue) = 218+0+123=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA007B is #25FF84. Grayscale: #4E4E4E. Windows color (decimal): -2490245 or 8061146. OLE color: 8061146.
HSL color Cylindrical-coordinate representation of color #DA007B: hue angle of 326.15º 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 #DA007B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.44 | 0.15 |
| HSL | 326.15º | 1% | 0.43% | - |
| HSV(B) | 326.15º | 1% | 0.85% | - |
| XYZ | 32.49 | 16.34 | 20.18 | - |
| YUV | 79.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 123 | 0 | 1 | 0.44 | 0.15 | 326.15 | 1 | 0.43 |
| Hex | DA | 0 | 7B | 0 | 64 | 2C | F | 146 | 64 | 2B |
| Octal | 332 | 0 | 173 | 0 | 144 | 54 | 17 | 506 | 144 | 53 |
| Binary | 11011010 | 0 | 1111011 | 0 | 1100100 | 101100 | 1111 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DA007B
Complementary color
Monochromatic Colors of #DA007B
Black with #DA007B
Text Example
Text Example
White with #DA007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA007B; }
p { color: rgb(218,0,123); }
H1.HeaderClassName
{
color: #DA007B;
}
.AnyTagClassName
{
color: #DA007B;
}
</style>
background-color css
<style>
a { background-color: #DA007B; }
a { background-color: rgb(218,0,123); }
div.DivClassName
{
background-color: #DA007B;
}
.BgClassName
{
background-color: #DA007B;
}
</style>
border-color css
<style>
span { border-color: #DA007B; }
span { border-color: rgb(218,0,123); }
td.TdClassName
{
border-color: #DA007B;
}
.TagClassName
{
border-color: #DA007B;
}
</style>