Shades of Medium Violet Red #D60288
Tints of Medium Violet Red #D60288
RGB
CMYK
RGB Variations
Color information
#D60288 (or 0xD60288) is known color: Medium Violet Red. HEX triplet: D6, 02 and 88. RGB value is (214,2,136). Sum of RGB (Red+Green+Blue) = 214+2+136=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60288 is #29FD77. Grayscale: #505050. Windows color (decimal): -2751864 or 8913622. OLE color: 8913622.
HSL color Cylindrical-coordinate representation of color #D60288: hue angle of 322.08º 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 #D60288 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.16 |
| HSL | 322.08º | 0.98% | 0.42% | - |
| HSV(B) | 322.08º | 0.99% | 0.84% | - |
| XYZ | 32.2 | 16.12 | 24.71 | - |
| YUV | 80.66 | 159.24 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 136 | 0 | 0.99 | 0.36 | 0.16 | 322.08 | 0.98 | 0.42 |
| Hex | D6 | 2 | 88 | 0 | 63 | 24 | 10 | 142 | 62 | 2A |
| Octal | 326 | 2 | 210 | 0 | 143 | 44 | 20 | 502 | 142 | 52 |
| Binary | 11010110 | 10 | 10001000 | 0 | 1100011 | 100100 | 10000 | 101000010 | 1100010 | 101010 |
Color Harmonies of #D60288
Complementary color
Monochromatic Colors of #D60288
Black with #D60288
Text Example
Text Example
White with #D60288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60288; }
p { color: rgb(214,2,136); }
H1.HeaderClassName
{
color: #D60288;
}
.AnyTagClassName
{
color: #D60288;
}
</style>
background-color css
<style>
a { background-color: #D60288; }
a { background-color: rgb(214,2,136); }
div.DivClassName
{
background-color: #D60288;
}
.BgClassName
{
background-color: #D60288;
}
</style>
border-color css
<style>
span { border-color: #D60288; }
span { border-color: rgb(214,2,136); }
td.TdClassName
{
border-color: #D60288;
}
.TagClassName
{
border-color: #D60288;
}
</style>