Shades of Plum #DF96E8
Tints of Plum #DF96E8
RGB
CMYK
RGB Variations
Color information
#DF96E8 (or 0xDF96E8) is known color: Plum. HEX triplet: DF, 96 and E8. RGB value is (223,150,232). Sum of RGB (Red+Green+Blue) = 223+150+232=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF96E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96E8 is #206917. Grayscale: #B4B4B4. Windows color (decimal): -2124056 or 15242975. OLE color: 15242975.
HSL color Cylindrical-coordinate representation of color #DF96E8: hue angle of 293.41º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF96E8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 150 | 232 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.09 |
| HSL | 293.41º | 0.64% | 0.75% | - |
| HSV(B) | 293.41º | 0.35% | 0.91% | - |
| XYZ | 55.9 | 43.33 | 81.76 | - |
| YUV | 181.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 232 | 0.04 | 0.35 | 0 | 0.09 | 293.41 | 0.64 | 0.75 |
| Hex | DF | 96 | E8 | 4 | 23 | 0 | 9 | 125 | 40 | 4B |
| Octal | 337 | 226 | 350 | 4 | 43 | 0 | 11 | 445 | 100 | 113 |
| Binary | 11011111 | 10010110 | 11101000 | 100 | 100011 | 0 | 1001 | 100100101 | 1000000 | 1001011 |
Color Harmonies of #DF96E8
Complementary color
Monochromatic Colors of #DF96E8
Black with #DF96E8
Text Example
Text Example
White with #DF96E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96E8; }
p { color: rgb(223,150,232); }
H1.HeaderClassName
{
color: #DF96E8;
}
.AnyTagClassName
{
color: #DF96E8;
}
</style>
background-color css
<style>
a { background-color: #DF96E8; }
a { background-color: rgb(223,150,232); }
div.DivClassName
{
background-color: #DF96E8;
}
.BgClassName
{
background-color: #DF96E8;
}
</style>
border-color css
<style>
span { border-color: #DF96E8; }
span { border-color: rgb(223,150,232); }
td.TdClassName
{
border-color: #DF96E8;
}
.TagClassName
{
border-color: #DF96E8;
}
</style>