Shades of Plum #DF90DF
Tints of Plum #DF90DF
RGB
CMYK
RGB Variations
Color information
#DF90DF (or 0xDF90DF) is known color: Plum. HEX triplet: DF, 90 and DF. RGB value is (223,144,223). Sum of RGB (Red+Green+Blue) = 223+144+223=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DF is #206F20. Grayscale: #B0B0B0. Windows color (decimal): -2125601 or 14651615. OLE color: 14651615.
HSL color Cylindrical-coordinate representation of color #DF90DF: hue angle of 300º 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 #DF90DF is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 223 | - |
| CMYK | 0 | 0.35 | 0 | 0.13 |
| HSL | 300º | 0.55% | 0.72% | - |
| HSV(B) | 300º | 0.35% | 0.87% | - |
| XYZ | 53.72 | 40.96 | 74.89 | - |
| YUV | 176.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 223 | 0 | 0.35 | 0 | 0.13 | 300 | 0.55 | 0.72 |
| Hex | DF | 90 | DF | 0 | 23 | 0 | D | 12C | 37 | 48 |
| Octal | 337 | 220 | 337 | 0 | 43 | 0 | 15 | 454 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11011111 | 0 | 100011 | 0 | 1101 | 100101100 | 110111 | 1001000 |
Color Harmonies of #DF90DF
Complementary color
Monochromatic Colors of #DF90DF
Black with #DF90DF
Text Example
Text Example
White with #DF90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90DF; }
p { color: rgb(223,144,223); }
H1.HeaderClassName
{
color: #DF90DF;
}
.AnyTagClassName
{
color: #DF90DF;
}
</style>
background-color css
<style>
a { background-color: #DF90DF; }
a { background-color: rgb(223,144,223); }
div.DivClassName
{
background-color: #DF90DF;
}
.BgClassName
{
background-color: #DF90DF;
}
</style>
border-color css
<style>
span { border-color: #DF90DF; }
span { border-color: rgb(223,144,223); }
td.TdClassName
{
border-color: #DF90DF;
}
.TagClassName
{
border-color: #DF90DF;
}
</style>