Shades of Medium Violet Red #D70281
Tints of Medium Violet Red #D70281
RGB
CMYK
RGB Variations
Color information
#D70281 (or 0xD70281) is known color: Medium Violet Red. HEX triplet: D7, 02 and 81. RGB value is (215,2,129). Sum of RGB (Red+Green+Blue) = 215+2+129=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D70281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70281 is #28FD7E. Grayscale: #4F4F4F. Windows color (decimal): -2686335 or 8454871. OLE color: 8454871.
HSL color Cylindrical-coordinate representation of color #D70281: hue angle of 324.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70281 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.16 |
| HSL | 324.23º | 0.98% | 0.43% | - |
| HSV(B) | 324.23º | 0.99% | 0.84% | - |
| XYZ | 32.01 | 16.08 | 22.18 | - |
| YUV | 80.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 129 | 0 | 0.99 | 0.4 | 0.16 | 324.23 | 0.98 | 0.43 |
| Hex | D7 | 2 | 81 | 0 | 63 | 28 | 10 | 144 | 62 | 2B |
| Octal | 327 | 2 | 201 | 0 | 143 | 50 | 20 | 504 | 142 | 53 |
| Binary | 11010111 | 10 | 10000001 | 0 | 1100011 | 101000 | 10000 | 101000100 | 1100010 | 101011 |
Color Harmonies of #D70281
Complementary color
Monochromatic Colors of #D70281
Black with #D70281
Text Example
Text Example
White with #D70281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70281; }
p { color: rgb(215,2,129); }
H1.HeaderClassName
{
color: #D70281;
}
.AnyTagClassName
{
color: #D70281;
}
</style>
background-color css
<style>
a { background-color: #D70281; }
a { background-color: rgb(215,2,129); }
div.DivClassName
{
background-color: #D70281;
}
.BgClassName
{
background-color: #D70281;
}
</style>
border-color css
<style>
span { border-color: #D70281; }
span { border-color: rgb(215,2,129); }
td.TdClassName
{
border-color: #D70281;
}
.TagClassName
{
border-color: #D70281;
}
</style>