Shades of Medium Violet Red #D2028F
Tints of Medium Violet Red #D2028F
RGB
CMYK
RGB Variations
Color information
#D2028F (or 0xD2028F) is known color: Medium Violet Red. HEX triplet: D2, 02 and 8F. RGB value is (210,2,143). Sum of RGB (Red+Green+Blue) = 210+2+143=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2028F is #2DFD70. Grayscale: #4F4F4F. Windows color (decimal): -3014001 or 9372370. OLE color: 9372370.
HSL color Cylindrical-coordinate representation of color #D2028F: hue angle of 319.33º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2028F is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.18 |
| HSL | 319.33º | 0.98% | 0.42% | - |
| HSV(B) | 319.33º | 0.99% | 0.82% | - |
| XYZ | 31.56 | 15.73 | 27.36 | - |
| YUV | 80.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 143 | 0 | 0.99 | 0.32 | 0.18 | 319.33 | 0.98 | 0.42 |
| Hex | D2 | 2 | 8F | 0 | 63 | 20 | 12 | 13F | 62 | 2A |
| Octal | 322 | 2 | 217 | 0 | 143 | 40 | 22 | 477 | 142 | 52 |
| Binary | 11010010 | 10 | 10001111 | 0 | 1100011 | 100000 | 10010 | 100111111 | 1100010 | 101010 |
Color Harmonies of #D2028F
Complementary color
Monochromatic Colors of #D2028F
Black with #D2028F
Text Example
Text Example
White with #D2028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2028F; }
p { color: rgb(210,2,143); }
H1.HeaderClassName
{
color: #D2028F;
}
.AnyTagClassName
{
color: #D2028F;
}
</style>
background-color css
<style>
a { background-color: #D2028F; }
a { background-color: rgb(210,2,143); }
div.DivClassName
{
background-color: #D2028F;
}
.BgClassName
{
background-color: #D2028F;
}
</style>
border-color css
<style>
span { border-color: #D2028F; }
span { border-color: rgb(210,2,143); }
td.TdClassName
{
border-color: #D2028F;
}
.TagClassName
{
border-color: #D2028F;
}
</style>