Shades of Plum #DF90DE
Tints of Plum #DF90DE
RGB
CMYK
RGB Variations
Color information
#DF90DE (or 0xDF90DE) is known color: Plum. HEX triplet: DF, 90 and DE. RGB value is (223,144,222). Sum of RGB (Red+Green+Blue) = 223+144+222=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DE is #206F21. Grayscale: #B0B0B0. Windows color (decimal): -2125602 or 14586079. OLE color: 14586079.
HSL color Cylindrical-coordinate representation of color #DF90DE: hue angle of 300.76º 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 #DF90DE is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 222 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.13 |
| HSL | 300.76º | 0.55% | 0.72% | - |
| HSV(B) | 300.76º | 0.35% | 0.87% | - |
| XYZ | 53.59 | 40.91 | 74.18 | - |
| YUV | 176.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 222 | 0 | 0.35 | 0.00 | 0.13 | 300.76 | 0.55 | 0.72 |
| Hex | DF | 90 | DE | 0 | 23 | 0 | D | 12D | 37 | 48 |
| Octal | 337 | 220 | 336 | 0 | 43 | 0 | 15 | 455 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11011110 | 0 | 100011 | 0 | 1101 | 100101101 | 110111 | 1001000 |
Color Harmonies of #DF90DE
Complementary color
Monochromatic Colors of #DF90DE
Black with #DF90DE
Text Example
Text Example
White with #DF90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90DE; }
p { color: rgb(223,144,222); }
H1.HeaderClassName
{
color: #DF90DE;
}
.AnyTagClassName
{
color: #DF90DE;
}
</style>
background-color css
<style>
a { background-color: #DF90DE; }
a { background-color: rgb(223,144,222); }
div.DivClassName
{
background-color: #DF90DE;
}
.BgClassName
{
background-color: #DF90DE;
}
</style>
border-color css
<style>
span { border-color: #DF90DE; }
span { border-color: rgb(223,144,222); }
td.TdClassName
{
border-color: #DF90DE;
}
.TagClassName
{
border-color: #DF90DE;
}
</style>