Shades of Medium Violet Red #DA107D
Tints of Medium Violet Red #DA107D
RGB
CMYK
RGB Variations
Color information
#DA107D (or 0xDA107D) is known color: Medium Violet Red. HEX triplet: DA, 10 and 7D. RGB value is (218,16,125). Sum of RGB (Red+Green+Blue) = 218+16+125=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA107D is #25EF82. Grayscale: #585858. Windows color (decimal): -2486147 or 8196314. OLE color: 8196314.
HSL color Cylindrical-coordinate representation of color #DA107D: hue angle of 327.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA107D is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.15 |
| HSL | 327.62º | 0.86% | 0.46% | - |
| HSV(B) | 327.62º | 0.93% | 0.85% | - |
| XYZ | 32.8 | 16.76 | 20.91 | - |
| YUV | 88.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 125 | 0 | 0.93 | 0.43 | 0.15 | 327.62 | 0.86 | 0.46 |
| Hex | DA | 10 | 7D | 0 | 5D | 2B | F | 148 | 56 | 2E |
| Octal | 332 | 20 | 175 | 0 | 135 | 53 | 17 | 510 | 126 | 56 |
| Binary | 11011010 | 10000 | 1111101 | 0 | 1011101 | 101011 | 1111 | 101001000 | 1010110 | 101110 |
Color Harmonies of #DA107D
Complementary color
Monochromatic Colors of #DA107D
Black with #DA107D
Text Example
Text Example
White with #DA107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA107D; }
p { color: rgb(218,16,125); }
H1.HeaderClassName
{
color: #DA107D;
}
.AnyTagClassName
{
color: #DA107D;
}
</style>
background-color css
<style>
a { background-color: #DA107D; }
a { background-color: rgb(218,16,125); }
div.DivClassName
{
background-color: #DA107D;
}
.BgClassName
{
background-color: #DA107D;
}
</style>
border-color css
<style>
span { border-color: #DA107D; }
span { border-color: rgb(218,16,125); }
td.TdClassName
{
border-color: #DA107D;
}
.TagClassName
{
border-color: #DA107D;
}
</style>