Shades of Medium Violet Red #DA127B
Tints of Medium Violet Red #DA127B
RGB
CMYK
RGB Variations
Color information
#DA127B (or 0xDA127B) is known color: Medium Violet Red. HEX triplet: DA, 12 and 7B. RGB value is (218,18,123). Sum of RGB (Red+Green+Blue) = 218+18+123=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA127B is #25ED84. Grayscale: #595959. Windows color (decimal): -2485637 or 8065754. OLE color: 8065754.
HSL color Cylindrical-coordinate representation of color #DA127B: hue angle of 328.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA127B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.15 |
| HSL | 328.5º | 0.85% | 0.46% | - |
| HSV(B) | 328.5º | 0.92% | 0.85% | - |
| XYZ | 32.7 | 16.77 | 20.25 | - |
| YUV | 89.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 123 | 0 | 0.92 | 0.44 | 0.15 | 328.5 | 0.85 | 0.46 |
| Hex | DA | 12 | 7B | 0 | 5C | 2C | F | 148 | 55 | 2E |
| Octal | 332 | 22 | 173 | 0 | 134 | 54 | 17 | 510 | 125 | 56 |
| Binary | 11011010 | 10010 | 1111011 | 0 | 1011100 | 101100 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #DA127B
Complementary color
Monochromatic Colors of #DA127B
Black with #DA127B
Text Example
Text Example
White with #DA127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA127B; }
p { color: rgb(218,18,123); }
H1.HeaderClassName
{
color: #DA127B;
}
.AnyTagClassName
{
color: #DA127B;
}
</style>
background-color css
<style>
a { background-color: #DA127B; }
a { background-color: rgb(218,18,123); }
div.DivClassName
{
background-color: #DA127B;
}
.BgClassName
{
background-color: #DA127B;
}
</style>
border-color css
<style>
span { border-color: #DA127B; }
span { border-color: rgb(218,18,123); }
td.TdClassName
{
border-color: #DA127B;
}
.TagClassName
{
border-color: #DA127B;
}
</style>