Shades of Medium Violet Red #D0148C
Tints of Medium Violet Red #D0148C
RGB
CMYK
RGB Variations
Color information
#D0148C (or 0xD0148C) is known color: Medium Violet Red. HEX triplet: D0, 14 and 8C. RGB value is (208,20,140). Sum of RGB (Red+Green+Blue) = 208+20+140=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0148C is #2FEB73. Grayscale: #595959. Windows color (decimal): -3140468 or 9180368. OLE color: 9180368.
HSL color Cylindrical-coordinate representation of color #D0148C: hue angle of 321.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0148C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 140 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.18 |
| HSL | 321.7º | 0.82% | 0.45% | - |
| HSV(B) | 321.7º | 0.9% | 0.82% | - |
| XYZ | 31 | 15.8 | 26.23 | - |
| YUV | 89.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 140 | 0 | 0.90 | 0.33 | 0.18 | 321.7 | 0.82 | 0.45 |
| Hex | D0 | 14 | 8C | 0 | 5A | 21 | 12 | 142 | 52 | 2D |
| Octal | 320 | 24 | 214 | 0 | 132 | 41 | 22 | 502 | 122 | 55 |
| Binary | 11010000 | 10100 | 10001100 | 0 | 1011010 | 100001 | 10010 | 101000010 | 1010010 | 101101 |
Color Harmonies of #D0148C
Complementary color
Monochromatic Colors of #D0148C
Black with #D0148C
Text Example
Text Example
White with #D0148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0148C; }
p { color: rgb(208,20,140); }
H1.HeaderClassName
{
color: #D0148C;
}
.AnyTagClassName
{
color: #D0148C;
}
</style>
background-color css
<style>
a { background-color: #D0148C; }
a { background-color: rgb(208,20,140); }
div.DivClassName
{
background-color: #D0148C;
}
.BgClassName
{
background-color: #D0148C;
}
</style>
border-color css
<style>
span { border-color: #D0148C; }
span { border-color: rgb(208,20,140); }
td.TdClassName
{
border-color: #D0148C;
}
.TagClassName
{
border-color: #D0148C;
}
</style>