Shades of Medium Violet Red #D5148F
Tints of Medium Violet Red #D5148F
RGB
CMYK
RGB Variations
Color information
#D5148F (or 0xD5148F) is known color: Medium Violet Red. HEX triplet: D5, 14 and 8F. RGB value is (213,20,143). Sum of RGB (Red+Green+Blue) = 213+20+143=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5148F is #2AEB70. Grayscale: #5B5B5B. Windows color (decimal): -2812785 or 9376981. OLE color: 9376981.
HSL color Cylindrical-coordinate representation of color #D5148F: hue angle of 321.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5148F is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 143 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.16 |
| HSL | 321.76º | 0.83% | 0.46% | - |
| HSV(B) | 321.76º | 0.91% | 0.84% | - |
| XYZ | 32.65 | 16.63 | 27.48 | - |
| YUV | 91.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 143 | 0 | 0.91 | 0.33 | 0.16 | 321.76 | 0.83 | 0.46 |
| Hex | D5 | 14 | 8F | 0 | 5B | 21 | 10 | 142 | 53 | 2E |
| Octal | 325 | 24 | 217 | 0 | 133 | 41 | 20 | 502 | 123 | 56 |
| Binary | 11010101 | 10100 | 10001111 | 0 | 1011011 | 100001 | 10000 | 101000010 | 1010011 | 101110 |
Color Harmonies of #D5148F
Complementary color
Monochromatic Colors of #D5148F
Black with #D5148F
Text Example
Text Example
White with #D5148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5148F; }
p { color: rgb(213,20,143); }
H1.HeaderClassName
{
color: #D5148F;
}
.AnyTagClassName
{
color: #D5148F;
}
</style>
background-color css
<style>
a { background-color: #D5148F; }
a { background-color: rgb(213,20,143); }
div.DivClassName
{
background-color: #D5148F;
}
.BgClassName
{
background-color: #D5148F;
}
</style>
border-color css
<style>
span { border-color: #D5148F; }
span { border-color: rgb(213,20,143); }
td.TdClassName
{
border-color: #D5148F;
}
.TagClassName
{
border-color: #D5148F;
}
</style>