Shades of Medium Violet Red #D0018B
Tints of Medium Violet Red #D0018B
RGB
CMYK
RGB Variations
Color information
#D0018B (or 0xD0018B) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8B. RGB value is (208,1,139). Sum of RGB (Red+Green+Blue) = 208+1+139=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018B is #2FFE74. Grayscale: #4E4E4E. Windows color (decimal): -3145333 or 9109968. OLE color: 9109968.
HSL color Cylindrical-coordinate representation of color #D0018B: hue angle of 320º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0018B is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.18 |
| HSL | 320º | 0.99% | 0.41% | - |
| HSV(B) | 320º | 1% | 0.82% | - |
| XYZ | 30.68 | 15.3 | 25.76 | - |
| YUV | 78.63 | 162.08 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 139 | 0 | 1.00 | 0.33 | 0.18 | 320 | 0.99 | 0.41 |
| Hex | D0 | 1 | 8B | 0 | 64 | 21 | 12 | 140 | 63 | 29 |
| Octal | 320 | 1 | 213 | 0 | 144 | 41 | 22 | 500 | 143 | 51 |
| Binary | 11010000 | 1 | 10001011 | 0 | 1100100 | 100001 | 10010 | 101000000 | 1100011 | 101001 |
Color Harmonies of #D0018B
Complementary color
Monochromatic Colors of #D0018B
Black with #D0018B
Text Example
Text Example
White with #D0018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0018B; }
p { color: rgb(208,1,139); }
H1.HeaderClassName
{
color: #D0018B;
}
.AnyTagClassName
{
color: #D0018B;
}
</style>
background-color css
<style>
a { background-color: #D0018B; }
a { background-color: rgb(208,1,139); }
div.DivClassName
{
background-color: #D0018B;
}
.BgClassName
{
background-color: #D0018B;
}
</style>
border-color css
<style>
span { border-color: #D0018B; }
span { border-color: rgb(208,1,139); }
td.TdClassName
{
border-color: #D0018B;
}
.TagClassName
{
border-color: #D0018B;
}
</style>