Shades of Medium Violet Red #DA148B
Tints of Medium Violet Red #DA148B
RGB
CMYK
RGB Variations
Color information
#DA148B (or 0xDA148B) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8B. RGB value is (218,20,139). Sum of RGB (Red+Green+Blue) = 218+20+139=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148B is #25EB74. Grayscale: #5C5C5C. Windows color (decimal): -2485109 or 9114842. OLE color: 9114842.
HSL color Cylindrical-coordinate representation of color #DA148B: hue angle of 323.94º 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 #DA148B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.15 |
| HSL | 323.94º | 0.83% | 0.47% | - |
| HSV(B) | 323.94º | 0.91% | 0.85% | - |
| XYZ | 33.82 | 17.27 | 25.98 | - |
| YUV | 92.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 139 | 0 | 0.91 | 0.36 | 0.15 | 323.94 | 0.83 | 0.47 |
| Hex | DA | 14 | 8B | 0 | 5B | 24 | F | 144 | 53 | 2F |
| Octal | 332 | 24 | 213 | 0 | 133 | 44 | 17 | 504 | 123 | 57 |
| Binary | 11011010 | 10100 | 10001011 | 0 | 1011011 | 100100 | 1111 | 101000100 | 1010011 | 101111 |
Color Harmonies of #DA148B
Complementary color
Monochromatic Colors of #DA148B
Black with #DA148B
Text Example
Text Example
White with #DA148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA148B; }
p { color: rgb(218,20,139); }
H1.HeaderClassName
{
color: #DA148B;
}
.AnyTagClassName
{
color: #DA148B;
}
</style>
background-color css
<style>
a { background-color: #DA148B; }
a { background-color: rgb(218,20,139); }
div.DivClassName
{
background-color: #DA148B;
}
.BgClassName
{
background-color: #DA148B;
}
</style>
border-color css
<style>
span { border-color: #DA148B; }
span { border-color: rgb(218,20,139); }
td.TdClassName
{
border-color: #DA148B;
}
.TagClassName
{
border-color: #DA148B;
}
</style>