Shades of Plum #DF90D8
Tints of Plum #DF90D8
RGB
CMYK
RGB Variations
Color information
#DF90D8 (or 0xDF90D8) is known color: Plum. HEX triplet: DF, 90 and D8. RGB value is (223,144,216). Sum of RGB (Red+Green+Blue) = 223+144+216=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90D8 is #206F27. Grayscale: #AFAFAF. Windows color (decimal): -2125608 or 14192863. OLE color: 14192863.
HSL color Cylindrical-coordinate representation of color #DF90D8: hue angle of 305.32º 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 #DF90D8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 216 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.13 |
| HSL | 305.32º | 0.55% | 0.72% | - |
| HSV(B) | 305.32º | 0.35% | 0.87% | - |
| XYZ | 52.8 | 40.59 | 70.02 | - |
| YUV | 175.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 216 | 0 | 0.35 | 0.03 | 0.13 | 305.32 | 0.55 | 0.72 |
| Hex | DF | 90 | D8 | 0 | 23 | 3 | D | 131 | 37 | 48 |
| Octal | 337 | 220 | 330 | 0 | 43 | 3 | 15 | 461 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11011000 | 0 | 100011 | 11 | 1101 | 100110001 | 110111 | 1001000 |
Color Harmonies of #DF90D8
Complementary color
Monochromatic Colors of #DF90D8
Black with #DF90D8
Text Example
Text Example
White with #DF90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90D8; }
p { color: rgb(223,144,216); }
H1.HeaderClassName
{
color: #DF90D8;
}
.AnyTagClassName
{
color: #DF90D8;
}
</style>
background-color css
<style>
a { background-color: #DF90D8; }
a { background-color: rgb(223,144,216); }
div.DivClassName
{
background-color: #DF90D8;
}
.BgClassName
{
background-color: #DF90D8;
}
</style>
border-color css
<style>
span { border-color: #DF90D8; }
span { border-color: rgb(223,144,216); }
td.TdClassName
{
border-color: #DF90D8;
}
.TagClassName
{
border-color: #DF90D8;
}
</style>