Shades of Plum #DF96ED
Tints of Plum #DF96ED
RGB
CMYK
RGB Variations
Color information
#DF96ED (or 0xDF96ED) is known color: Plum. HEX triplet: DF, 96 and ED. RGB value is (223,150,237). Sum of RGB (Red+Green+Blue) = 223+150+237=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96ED is #206912. Grayscale: #B5B5B5. Windows color (decimal): -2124051 or 15570655. OLE color: 15570655.
HSL color Cylindrical-coordinate representation of color #DF96ED: hue angle of 290.34º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF96ED is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 150 | 237 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.07 |
| HSL | 290.34º | 0.71% | 0.76% | - |
| HSV(B) | 290.34º | 0.37% | 0.93% | - |
| XYZ | 56.62 | 43.62 | 85.55 | - |
| YUV | 181.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 237 | 0.06 | 0.37 | 0 | 0.07 | 290.34 | 0.71 | 0.76 |
| Hex | DF | 96 | ED | 6 | 25 | 0 | 7 | 122 | 47 | 4C |
| Octal | 337 | 226 | 355 | 6 | 45 | 0 | 7 | 442 | 107 | 114 |
| Binary | 11011111 | 10010110 | 11101101 | 110 | 100101 | 0 | 111 | 100100010 | 1000111 | 1001100 |
Color Harmonies of #DF96ED
Complementary color
Monochromatic Colors of #DF96ED
Black with #DF96ED
Text Example
Text Example
White with #DF96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96ED; }
p { color: rgb(223,150,237); }
H1.HeaderClassName
{
color: #DF96ED;
}
.AnyTagClassName
{
color: #DF96ED;
}
</style>
background-color css
<style>
a { background-color: #DF96ED; }
a { background-color: rgb(223,150,237); }
div.DivClassName
{
background-color: #DF96ED;
}
.BgClassName
{
background-color: #DF96ED;
}
</style>
border-color css
<style>
span { border-color: #DF96ED; }
span { border-color: rgb(223,150,237); }
td.TdClassName
{
border-color: #DF96ED;
}
.TagClassName
{
border-color: #DF96ED;
}
</style>