Shades of Medium Violet Red #D0138A
Tints of Medium Violet Red #D0138A
RGB
CMYK
RGB Variations
Color information
#D0138A (or 0xD0138A) is known color: Medium Violet Red. HEX triplet: D0, 13 and 8A. RGB value is (208,19,138). Sum of RGB (Red+Green+Blue) = 208+19+138=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0138A is #2FEC75. Grayscale: #585858. Windows color (decimal): -3140726 or 9049040. OLE color: 9049040.
HSL color Cylindrical-coordinate representation of color #D0138A: hue angle of 322.22º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0138A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 138 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.18 |
| HSL | 322.22º | 0.83% | 0.45% | - |
| HSV(B) | 322.22º | 0.91% | 0.82% | - |
| XYZ | 30.83 | 15.71 | 25.45 | - |
| YUV | 89.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 138 | 0 | 0.91 | 0.34 | 0.18 | 322.22 | 0.83 | 0.45 |
| Hex | D0 | 13 | 8A | 0 | 5B | 22 | 12 | 142 | 53 | 2D |
| Octal | 320 | 23 | 212 | 0 | 133 | 42 | 22 | 502 | 123 | 55 |
| Binary | 11010000 | 10011 | 10001010 | 0 | 1011011 | 100010 | 10010 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D0138A
Complementary color
Monochromatic Colors of #D0138A
Black with #D0138A
Text Example
Text Example
White with #D0138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0138A; }
p { color: rgb(208,19,138); }
H1.HeaderClassName
{
color: #D0138A;
}
.AnyTagClassName
{
color: #D0138A;
}
</style>
background-color css
<style>
a { background-color: #D0138A; }
a { background-color: rgb(208,19,138); }
div.DivClassName
{
background-color: #D0138A;
}
.BgClassName
{
background-color: #D0138A;
}
</style>
border-color css
<style>
span { border-color: #D0138A; }
span { border-color: rgb(208,19,138); }
td.TdClassName
{
border-color: #D0138A;
}
.TagClassName
{
border-color: #D0138A;
}
</style>