Shades of Medium Violet Red #D00281
Tints of Medium Violet Red #D00281
RGB
CMYK
RGB Variations
Color information
#D00281 (or 0xD00281) is known color: Medium Violet Red. HEX triplet: D0, 02 and 81. RGB value is (208,2,129). Sum of RGB (Red+Green+Blue) = 208+2+129=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D00281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00281 is #2FFD7E. Grayscale: #4D4D4D. Windows color (decimal): -3145087 or 8454864. OLE color: 8454864.
HSL color Cylindrical-coordinate representation of color #D00281: hue angle of 323.01º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00281 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.18 |
| HSL | 323.01º | 0.98% | 0.41% | - |
| HSV(B) | 323.01º | 0.99% | 0.82% | - |
| XYZ | 30 | 15.04 | 22.09 | - |
| YUV | 78.07 | 156.75 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 129 | 0 | 0.99 | 0.38 | 0.18 | 323.01 | 0.98 | 0.41 |
| Hex | D0 | 2 | 81 | 0 | 63 | 26 | 12 | 143 | 62 | 29 |
| Octal | 320 | 2 | 201 | 0 | 143 | 46 | 22 | 503 | 142 | 51 |
| Binary | 11010000 | 10 | 10000001 | 0 | 1100011 | 100110 | 10010 | 101000011 | 1100010 | 101001 |
Color Harmonies of #D00281
Complementary color
Monochromatic Colors of #D00281
Black with #D00281
Text Example
Text Example
White with #D00281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00281; }
p { color: rgb(208,2,129); }
H1.HeaderClassName
{
color: #D00281;
}
.AnyTagClassName
{
color: #D00281;
}
</style>
background-color css
<style>
a { background-color: #D00281; }
a { background-color: rgb(208,2,129); }
div.DivClassName
{
background-color: #D00281;
}
.BgClassName
{
background-color: #D00281;
}
</style>
border-color css
<style>
span { border-color: #D00281; }
span { border-color: rgb(208,2,129); }
td.TdClassName
{
border-color: #D00281;
}
.TagClassName
{
border-color: #D00281;
}
</style>