Shades of Medium Violet Red #D2018F
Tints of Medium Violet Red #D2018F
RGB
CMYK
RGB Variations
Color information
#D2018F (or 0xD2018F) is known color: Medium Violet Red. HEX triplet: D2, 01 and 8F. RGB value is (210,1,143). Sum of RGB (Red+Green+Blue) = 210+1+143=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2018F is #2DFE70. Grayscale: #4F4F4F. Windows color (decimal): -3014257 or 9372114. OLE color: 9372114.
HSL color Cylindrical-coordinate representation of color #D2018F: hue angle of 319.23º 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 #D2018F is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.18 |
| HSL | 319.23º | 0.99% | 0.41% | - |
| HSV(B) | 319.23º | 1% | 0.82% | - |
| XYZ | 31.55 | 15.71 | 27.36 | - |
| YUV | 79.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 143 | 0 | 1.00 | 0.32 | 0.18 | 319.23 | 0.99 | 0.41 |
| Hex | D2 | 1 | 8F | 0 | 64 | 20 | 12 | 13F | 63 | 29 |
| Octal | 322 | 1 | 217 | 0 | 144 | 40 | 22 | 477 | 143 | 51 |
| Binary | 11010010 | 1 | 10001111 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D2018F
Complementary color
Monochromatic Colors of #D2018F
Black with #D2018F
Text Example
Text Example
White with #D2018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2018F; }
p { color: rgb(210,1,143); }
H1.HeaderClassName
{
color: #D2018F;
}
.AnyTagClassName
{
color: #D2018F;
}
</style>
background-color css
<style>
a { background-color: #D2018F; }
a { background-color: rgb(210,1,143); }
div.DivClassName
{
background-color: #D2018F;
}
.BgClassName
{
background-color: #D2018F;
}
</style>
border-color css
<style>
span { border-color: #D2018F; }
span { border-color: rgb(210,1,143); }
td.TdClassName
{
border-color: #D2018F;
}
.TagClassName
{
border-color: #D2018F;
}
</style>