Shades of Medium Violet Red #D00888
Tints of Medium Violet Red #D00888
RGB
CMYK
RGB Variations
Color information
#D00888 (or 0xD00888) is known color: Medium Violet Red. HEX triplet: D0, 08 and 88. RGB value is (208,8,136). Sum of RGB (Red+Green+Blue) = 208+8+136=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D00888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00888 is #2FF777. Grayscale: #525252. Windows color (decimal): -3143544 or 8915152. OLE color: 8915152.
HSL color Cylindrical-coordinate representation of color #D00888: hue angle of 321.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00888 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 136 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.18 |
| HSL | 321.6º | 0.93% | 0.42% | - |
| HSV(B) | 321.6º | 0.96% | 0.82% | - |
| XYZ | 30.54 | 15.36 | 24.65 | - |
| YUV | 82.39 | 158.26 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 136 | 0 | 0.96 | 0.35 | 0.18 | 321.6 | 0.93 | 0.42 |
| Hex | D0 | 8 | 88 | 0 | 60 | 23 | 12 | 142 | 5D | 2A |
| Octal | 320 | 10 | 210 | 0 | 140 | 43 | 22 | 502 | 135 | 52 |
| Binary | 11010000 | 1000 | 10001000 | 0 | 1100000 | 100011 | 10010 | 101000010 | 1011101 | 101010 |
Color Harmonies of #D00888
Complementary color
Monochromatic Colors of #D00888
Black with #D00888
Text Example
Text Example
White with #D00888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00888; }
p { color: rgb(208,8,136); }
H1.HeaderClassName
{
color: #D00888;
}
.AnyTagClassName
{
color: #D00888;
}
</style>
background-color css
<style>
a { background-color: #D00888; }
a { background-color: rgb(208,8,136); }
div.DivClassName
{
background-color: #D00888;
}
.BgClassName
{
background-color: #D00888;
}
</style>
border-color css
<style>
span { border-color: #D00888; }
span { border-color: rgb(208,8,136); }
td.TdClassName
{
border-color: #D00888;
}
.TagClassName
{
border-color: #D00888;
}
</style>