Shades of Medium Violet Red #D6028F
Tints of Medium Violet Red #D6028F
RGB
CMYK
RGB Variations
Color information
#D6028F (or 0xD6028F) is known color: Medium Violet Red. HEX triplet: D6, 02 and 8F. RGB value is (214,2,143). Sum of RGB (Red+Green+Blue) = 214+2+143=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6028F is #29FD70. Grayscale: #515151. Windows color (decimal): -2751857 or 9372374. OLE color: 9372374.
HSL color Cylindrical-coordinate representation of color #D6028F: hue angle of 320.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6028F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.16 |
| HSL | 320.09º | 0.98% | 0.42% | - |
| HSV(B) | 320.09º | 0.99% | 0.84% | - |
| XYZ | 32.71 | 16.32 | 27.41 | - |
| YUV | 81.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 143 | 0 | 0.99 | 0.33 | 0.16 | 320.09 | 0.98 | 0.42 |
| Hex | D6 | 2 | 8F | 0 | 63 | 21 | 10 | 140 | 62 | 2A |
| Octal | 326 | 2 | 217 | 0 | 143 | 41 | 20 | 500 | 142 | 52 |
| Binary | 11010110 | 10 | 10001111 | 0 | 1100011 | 100001 | 10000 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D6028F
Complementary color
Monochromatic Colors of #D6028F
Black with #D6028F
Text Example
Text Example
White with #D6028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6028F; }
p { color: rgb(214,2,143); }
H1.HeaderClassName
{
color: #D6028F;
}
.AnyTagClassName
{
color: #D6028F;
}
</style>
background-color css
<style>
a { background-color: #D6028F; }
a { background-color: rgb(214,2,143); }
div.DivClassName
{
background-color: #D6028F;
}
.BgClassName
{
background-color: #D6028F;
}
</style>
border-color css
<style>
span { border-color: #D6028F; }
span { border-color: rgb(214,2,143); }
td.TdClassName
{
border-color: #D6028F;
}
.TagClassName
{
border-color: #D6028F;
}
</style>