Shades of Medium Violet Red #DF0288
Tints of Medium Violet Red #DF0288
RGB
CMYK
RGB Variations
Color information
#DF0288 (or 0xDF0288) is known color: Medium Violet Red. HEX triplet: DF, 02 and 88. RGB value is (223,2,136). Sum of RGB (Red+Green+Blue) = 223+2+136=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0288 is #20FD77. Grayscale: #535353. Windows color (decimal): -2162040 or 8913631. OLE color: 8913631.
HSL color Cylindrical-coordinate representation of color #DF0288: hue angle of 323.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0288 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.62º | 0.98% | 0.44% | - |
| HSV(B) | 323.62º | 0.99% | 0.87% | - |
| XYZ | 34.9 | 17.51 | 24.83 | - |
| YUV | 83.36 | 157.72 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 136 | 0 | 0.99 | 0.39 | 0.13 | 323.62 | 0.98 | 0.44 |
| Hex | DF | 2 | 88 | 0 | 63 | 27 | D | 144 | 62 | 2C |
| Octal | 337 | 2 | 210 | 0 | 143 | 47 | 15 | 504 | 142 | 54 |
| Binary | 11011111 | 10 | 10001000 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DF0288
Complementary color
Monochromatic Colors of #DF0288
Black with #DF0288
Text Example
Text Example
White with #DF0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0288; }
p { color: rgb(223,2,136); }
H1.HeaderClassName
{
color: #DF0288;
}
.AnyTagClassName
{
color: #DF0288;
}
</style>
background-color css
<style>
a { background-color: #DF0288; }
a { background-color: rgb(223,2,136); }
div.DivClassName
{
background-color: #DF0288;
}
.BgClassName
{
background-color: #DF0288;
}
</style>
border-color css
<style>
span { border-color: #DF0288; }
span { border-color: rgb(223,2,136); }
td.TdClassName
{
border-color: #DF0288;
}
.TagClassName
{
border-color: #DF0288;
}
</style>