Shades of Plum #DF90D4
Tints of Plum #DF90D4
RGB
CMYK
RGB Variations
Color information
#DF90D4 (or 0xDF90D4) is known color: Plum. HEX triplet: DF, 90 and D4. RGB value is (223,144,212). Sum of RGB (Red+Green+Blue) = 223+144+212=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90D4 is #206F2B. Grayscale: #AFAFAF. Windows color (decimal): -2125612 or 13930719. OLE color: 13930719.
HSL color Cylindrical-coordinate representation of color #DF90D4: hue angle of 308.35º 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 #DF90D4 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 212 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.13 |
| HSL | 308.35º | 0.55% | 0.72% | - |
| HSV(B) | 308.35º | 0.35% | 0.87% | - |
| XYZ | 52.29 | 40.39 | 67.33 | - |
| YUV | 175.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 212 | 0 | 0.35 | 0.05 | 0.13 | 308.35 | 0.55 | 0.72 |
| Hex | DF | 90 | D4 | 0 | 23 | 5 | D | 134 | 37 | 48 |
| Octal | 337 | 220 | 324 | 0 | 43 | 5 | 15 | 464 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11010100 | 0 | 100011 | 101 | 1101 | 100110100 | 110111 | 1001000 |
Color Harmonies of #DF90D4
Complementary color
Monochromatic Colors of #DF90D4
Black with #DF90D4
Text Example
Text Example
White with #DF90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90D4; }
p { color: rgb(223,144,212); }
H1.HeaderClassName
{
color: #DF90D4;
}
.AnyTagClassName
{
color: #DF90D4;
}
</style>
background-color css
<style>
a { background-color: #DF90D4; }
a { background-color: rgb(223,144,212); }
div.DivClassName
{
background-color: #DF90D4;
}
.BgClassName
{
background-color: #DF90D4;
}
</style>
border-color css
<style>
span { border-color: #DF90D4; }
span { border-color: rgb(223,144,212); }
td.TdClassName
{
border-color: #DF90D4;
}
.TagClassName
{
border-color: #DF90D4;
}
</style>