Shades of Medium Violet Red #D5148C
Tints of Medium Violet Red #D5148C
RGB
CMYK
RGB Variations
Color information
#D5148C (or 0xD5148C) is known color: Medium Violet Red. HEX triplet: D5, 14 and 8C. RGB value is (213,20,140). Sum of RGB (Red+Green+Blue) = 213+20+140=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5148C is #2AEB73. Grayscale: #5B5B5B. Windows color (decimal): -2812788 or 9180373. OLE color: 9180373.
HSL color Cylindrical-coordinate representation of color #D5148C: hue angle of 322.69º 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 #D5148C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.16 |
| HSL | 322.69º | 0.83% | 0.46% | - |
| HSV(B) | 322.69º | 0.91% | 0.84% | - |
| XYZ | 32.42 | 16.54 | 26.29 | - |
| YUV | 91.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 140 | 0 | 0.91 | 0.34 | 0.16 | 322.69 | 0.83 | 0.46 |
| Hex | D5 | 14 | 8C | 0 | 5B | 22 | 10 | 143 | 53 | 2E |
| Octal | 325 | 24 | 214 | 0 | 133 | 42 | 20 | 503 | 123 | 56 |
| Binary | 11010101 | 10100 | 10001100 | 0 | 1011011 | 100010 | 10000 | 101000011 | 1010011 | 101110 |
Color Harmonies of #D5148C
Complementary color
Monochromatic Colors of #D5148C
Black with #D5148C
Text Example
Text Example
White with #D5148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5148C; }
p { color: rgb(213,20,140); }
H1.HeaderClassName
{
color: #D5148C;
}
.AnyTagClassName
{
color: #D5148C;
}
</style>
background-color css
<style>
a { background-color: #D5148C; }
a { background-color: rgb(213,20,140); }
div.DivClassName
{
background-color: #D5148C;
}
.BgClassName
{
background-color: #D5148C;
}
</style>
border-color css
<style>
span { border-color: #D5148C; }
span { border-color: rgb(213,20,140); }
td.TdClassName
{
border-color: #D5148C;
}
.TagClassName
{
border-color: #D5148C;
}
</style>