Shades of Medium Violet Red #DA148F
Tints of Medium Violet Red #DA148F
RGB
CMYK
RGB Variations
Color information
#DA148F (or 0xDA148F) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8F. RGB value is (218,20,143). Sum of RGB (Red+Green+Blue) = 218+20+143=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148F is #25EB70. Grayscale: #5C5C5C. Windows color (decimal): -2485105 or 9376986. OLE color: 9376986.
HSL color Cylindrical-coordinate representation of color #DA148F: hue angle of 322.73º 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 #DA148F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 143 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.15 |
| HSL | 322.73º | 0.83% | 0.47% | - |
| HSV(B) | 322.73º | 0.91% | 0.85% | - |
| XYZ | 34.12 | 17.39 | 27.54 | - |
| YUV | 93.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 143 | 0 | 0.91 | 0.34 | 0.15 | 322.73 | 0.83 | 0.47 |
| Hex | DA | 14 | 8F | 0 | 5B | 22 | F | 143 | 53 | 2F |
| Octal | 332 | 24 | 217 | 0 | 133 | 42 | 17 | 503 | 123 | 57 |
| Binary | 11011010 | 10100 | 10001111 | 0 | 1011011 | 100010 | 1111 | 101000011 | 1010011 | 101111 |
Color Harmonies of #DA148F
Complementary color
Monochromatic Colors of #DA148F
Black with #DA148F
Text Example
Text Example
White with #DA148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA148F; }
p { color: rgb(218,20,143); }
H1.HeaderClassName
{
color: #DA148F;
}
.AnyTagClassName
{
color: #DA148F;
}
</style>
background-color css
<style>
a { background-color: #DA148F; }
a { background-color: rgb(218,20,143); }
div.DivClassName
{
background-color: #DA148F;
}
.BgClassName
{
background-color: #DA148F;
}
</style>
border-color css
<style>
span { border-color: #DA148F; }
span { border-color: rgb(218,20,143); }
td.TdClassName
{
border-color: #DA148F;
}
.TagClassName
{
border-color: #DA148F;
}
</style>