Shades of Plum #DF90DB
Tints of Plum #DF90DB
RGB
CMYK
RGB Variations
Color information
#DF90DB (or 0xDF90DB) is known color: Plum. HEX triplet: DF, 90 and DB. RGB value is (223,144,219). Sum of RGB (Red+Green+Blue) = 223+144+219=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DB is #206F24. Grayscale: #AFAFAF. Windows color (decimal): -2125605 or 14389471. OLE color: 14389471.
HSL color Cylindrical-coordinate representation of color #DF90DB: hue angle of 303.04º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90DB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 219 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.13 |
| HSL | 303.04º | 0.55% | 0.72% | - |
| HSV(B) | 303.04º | 0.35% | 0.87% | - |
| XYZ | 53.19 | 40.75 | 72.08 | - |
| YUV | 176.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 219 | 0 | 0.35 | 0.02 | 0.13 | 303.04 | 0.55 | 0.72 |
| Hex | DF | 90 | DB | 0 | 23 | 2 | D | 12F | 37 | 48 |
| Octal | 337 | 220 | 333 | 0 | 43 | 2 | 15 | 457 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11011011 | 0 | 100011 | 10 | 1101 | 100101111 | 110111 | 1001000 |
Color Harmonies of #DF90DB
Complementary color
Monochromatic Colors of #DF90DB
Black with #DF90DB
Text Example
Text Example
White with #DF90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90DB; }
p { color: rgb(223,144,219); }
H1.HeaderClassName
{
color: #DF90DB;
}
.AnyTagClassName
{
color: #DF90DB;
}
</style>
background-color css
<style>
a { background-color: #DF90DB; }
a { background-color: rgb(223,144,219); }
div.DivClassName
{
background-color: #DF90DB;
}
.BgClassName
{
background-color: #DF90DB;
}
</style>
border-color css
<style>
span { border-color: #DF90DB; }
span { border-color: rgb(223,144,219); }
td.TdClassName
{
border-color: #DF90DB;
}
.TagClassName
{
border-color: #DF90DB;
}
</style>