Shades of Plum #DF88DB
Tints of Plum #DF88DB
RGB
CMYK
RGB Variations
Color information
#DF88DB (or 0xDF88DB) is known color: Plum. HEX triplet: DF, 88 and DB. RGB value is (223,136,219). Sum of RGB (Red+Green+Blue) = 223+136+219=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88DB is #207724. Grayscale: #ABABAB. Windows color (decimal): -2127653 or 14387423. OLE color: 14387423.
HSL color Cylindrical-coordinate representation of color #DF88DB: hue angle of 302.76º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88DB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 219 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.13 |
| HSL | 302.76º | 0.58% | 0.7% | - |
| HSV(B) | 302.76º | 0.39% | 0.87% | - |
| XYZ | 52.02 | 38.41 | 71.69 | - |
| YUV | 171.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 219 | 0 | 0.39 | 0.02 | 0.13 | 302.76 | 0.58 | 0.7 |
| Hex | DF | 88 | DB | 0 | 27 | 2 | D | 12F | 3A | 46 |
| Octal | 337 | 210 | 333 | 0 | 47 | 2 | 15 | 457 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11011011 | 0 | 100111 | 10 | 1101 | 100101111 | 111010 | 1000110 |
Color Harmonies of #DF88DB
Complementary color
Monochromatic Colors of #DF88DB
Black with #DF88DB
Text Example
Text Example
White with #DF88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88DB; }
p { color: rgb(223,136,219); }
H1.HeaderClassName
{
color: #DF88DB;
}
.AnyTagClassName
{
color: #DF88DB;
}
</style>
background-color css
<style>
a { background-color: #DF88DB; }
a { background-color: rgb(223,136,219); }
div.DivClassName
{
background-color: #DF88DB;
}
.BgClassName
{
background-color: #DF88DB;
}
</style>
border-color css
<style>
span { border-color: #DF88DB; }
span { border-color: rgb(223,136,219); }
td.TdClassName
{
border-color: #DF88DB;
}
.TagClassName
{
border-color: #DF88DB;
}
</style>