Shades of Medium Violet Red #DA127D
Tints of Medium Violet Red #DA127D
RGB
CMYK
RGB Variations
Color information
#DA127D (or 0xDA127D) is known color: Medium Violet Red. HEX triplet: DA, 12 and 7D. RGB value is (218,18,125). Sum of RGB (Red+Green+Blue) = 218+18+125=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA127D is #25ED82. Grayscale: #595959. Windows color (decimal): -2485635 or 8196826. OLE color: 8196826.
HSL color Cylindrical-coordinate representation of color #DA127D: hue angle of 327.9º 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 #DA127D is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 327.9º | 0.85% | 0.46% | - |
| HSV(B) | 327.9º | 0.92% | 0.85% | - |
| XYZ | 32.83 | 16.82 | 20.92 | - |
| YUV | 90 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 125 | 0 | 0.92 | 0.43 | 0.15 | 327.9 | 0.85 | 0.46 |
| Hex | DA | 12 | 7D | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 332 | 22 | 175 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011010 | 10010 | 1111101 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #DA127D
Complementary color
Monochromatic Colors of #DA127D
Black with #DA127D
Text Example
Text Example
White with #DA127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA127D; }
p { color: rgb(218,18,125); }
H1.HeaderClassName
{
color: #DA127D;
}
.AnyTagClassName
{
color: #DA127D;
}
</style>
background-color css
<style>
a { background-color: #DA127D; }
a { background-color: rgb(218,18,125); }
div.DivClassName
{
background-color: #DA127D;
}
.BgClassName
{
background-color: #DA127D;
}
</style>
border-color css
<style>
span { border-color: #DA127D; }
span { border-color: rgb(218,18,125); }
td.TdClassName
{
border-color: #DA127D;
}
.TagClassName
{
border-color: #DA127D;
}
</style>