Shades of Medium Violet Red #DA1485
Tints of Medium Violet Red #DA1485
RGB
CMYK
RGB Variations
Color information
#DA1485 (or 0xDA1485) is known color: Medium Violet Red. HEX triplet: DA, 14 and 85. RGB value is (218,20,133). Sum of RGB (Red+Green+Blue) = 218+20+133=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1485 is #25EB7A. Grayscale: #5B5B5B. Windows color (decimal): -2485115 or 8721626. OLE color: 8721626.
HSL color Cylindrical-coordinate representation of color #DA1485: hue angle of 325.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1485 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 133 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.15 |
| HSL | 325.76º | 0.83% | 0.47% | - |
| HSV(B) | 325.76º | 0.91% | 0.85% | - |
| XYZ | 33.4 | 17.1 | 23.73 | - |
| YUV | 92.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 133 | 0 | 0.91 | 0.39 | 0.15 | 325.76 | 0.83 | 0.47 |
| Hex | DA | 14 | 85 | 0 | 5B | 27 | F | 146 | 53 | 2F |
| Octal | 332 | 24 | 205 | 0 | 133 | 47 | 17 | 506 | 123 | 57 |
| Binary | 11011010 | 10100 | 10000101 | 0 | 1011011 | 100111 | 1111 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DA1485
Complementary color
Monochromatic Colors of #DA1485
Black with #DA1485
Text Example
Text Example
White with #DA1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1485; }
p { color: rgb(218,20,133); }
H1.HeaderClassName
{
color: #DA1485;
}
.AnyTagClassName
{
color: #DA1485;
}
</style>
background-color css
<style>
a { background-color: #DA1485; }
a { background-color: rgb(218,20,133); }
div.DivClassName
{
background-color: #DA1485;
}
.BgClassName
{
background-color: #DA1485;
}
</style>
border-color css
<style>
span { border-color: #DA1485; }
span { border-color: rgb(218,20,133); }
td.TdClassName
{
border-color: #DA1485;
}
.TagClassName
{
border-color: #DA1485;
}
</style>