Shades of Plum #DF96DE
Tints of Plum #DF96DE
RGB
CMYK
RGB Variations
Color information
#DF96DE (or 0xDF96DE) is known color: Plum. HEX triplet: DF, 96 and DE. RGB value is (223,150,222). Sum of RGB (Red+Green+Blue) = 223+150+222=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DE is #206921. Grayscale: #B3B3B3. Windows color (decimal): -2124066 or 14587615. OLE color: 14587615.
HSL color Cylindrical-coordinate representation of color #DF96DE: hue angle of 300.82º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96DE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 222 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.13 |
| HSL | 300.82º | 0.53% | 0.73% | - |
| HSV(B) | 300.82º | 0.33% | 0.87% | - |
| XYZ | 54.52 | 42.77 | 74.49 | - |
| YUV | 180.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 222 | 0 | 0.33 | 0.00 | 0.13 | 300.82 | 0.53 | 0.73 |
| Hex | DF | 96 | DE | 0 | 21 | 0 | D | 12D | 35 | 49 |
| Octal | 337 | 226 | 336 | 0 | 41 | 0 | 15 | 455 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11011110 | 0 | 100001 | 0 | 1101 | 100101101 | 110101 | 1001001 |
Color Harmonies of #DF96DE
Complementary color
Monochromatic Colors of #DF96DE
Black with #DF96DE
Text Example
Text Example
White with #DF96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96DE; }
p { color: rgb(223,150,222); }
H1.HeaderClassName
{
color: #DF96DE;
}
.AnyTagClassName
{
color: #DF96DE;
}
</style>
background-color css
<style>
a { background-color: #DF96DE; }
a { background-color: rgb(223,150,222); }
div.DivClassName
{
background-color: #DF96DE;
}
.BgClassName
{
background-color: #DF96DE;
}
</style>
border-color css
<style>
span { border-color: #DF96DE; }
span { border-color: rgb(223,150,222); }
td.TdClassName
{
border-color: #DF96DE;
}
.TagClassName
{
border-color: #DF96DE;
}
</style>