Shades of Plum #DF96E0
Tints of Plum #DF96E0
RGB
CMYK
RGB Variations
Color information
#DF96E0 (or 0xDF96E0) is known color: Plum. HEX triplet: DF, 96 and E0. RGB value is (223,150,224). Sum of RGB (Red+Green+Blue) = 223+150+224=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96E0 is #20691F. Grayscale: #B4B4B4. Windows color (decimal): -2124064 or 14718687. OLE color: 14718687.
HSL color Cylindrical-coordinate representation of color #DF96E0: hue angle of 299.19º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96E0 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 150 | 224 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.12 |
| HSL | 299.19º | 0.54% | 0.73% | - |
| HSV(B) | 299.19º | 0.33% | 0.88% | - |
| XYZ | 54.79 | 42.88 | 75.91 | - |
| YUV | 180.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 224 | 0.00 | 0.33 | 0 | 0.12 | 299.19 | 0.54 | 0.73 |
| Hex | DF | 96 | E0 | 0 | 21 | 0 | C | 12B | 36 | 49 |
| Octal | 337 | 226 | 340 | 0 | 41 | 0 | 14 | 453 | 66 | 111 |
| Binary | 11011111 | 10010110 | 11100000 | 0 | 100001 | 0 | 1100 | 100101011 | 110110 | 1001001 |
Color Harmonies of #DF96E0
Complementary color
Monochromatic Colors of #DF96E0
Black with #DF96E0
Text Example
Text Example
White with #DF96E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96E0; }
p { color: rgb(223,150,224); }
H1.HeaderClassName
{
color: #DF96E0;
}
.AnyTagClassName
{
color: #DF96E0;
}
</style>
background-color css
<style>
a { background-color: #DF96E0; }
a { background-color: rgb(223,150,224); }
div.DivClassName
{
background-color: #DF96E0;
}
.BgClassName
{
background-color: #DF96E0;
}
</style>
border-color css
<style>
span { border-color: #DF96E0; }
span { border-color: rgb(223,150,224); }
td.TdClassName
{
border-color: #DF96E0;
}
.TagClassName
{
border-color: #DF96E0;
}
</style>