Shades of Plum #DF96D7
Tints of Plum #DF96D7
RGB
CMYK
RGB Variations
Color information
#DF96D7 (or 0xDF96D7) is known color: Plum. HEX triplet: DF, 96 and D7. RGB value is (223,150,215). Sum of RGB (Red+Green+Blue) = 223+150+215=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D7 is #206928. Grayscale: #B3B3B3. Windows color (decimal): -2124073 or 14128863. OLE color: 14128863.
HSL color Cylindrical-coordinate representation of color #DF96D7: hue angle of 306.58º 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 #DF96D7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 215 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.13 |
| HSL | 306.58º | 0.53% | 0.73% | - |
| HSV(B) | 306.58º | 0.33% | 0.87% | - |
| XYZ | 53.6 | 42.41 | 69.65 | - |
| YUV | 179.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 215 | 0 | 0.33 | 0.04 | 0.13 | 306.58 | 0.53 | 0.73 |
| Hex | DF | 96 | D7 | 0 | 21 | 4 | D | 133 | 35 | 49 |
| Octal | 337 | 226 | 327 | 0 | 41 | 4 | 15 | 463 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11010111 | 0 | 100001 | 100 | 1101 | 100110011 | 110101 | 1001001 |
Color Harmonies of #DF96D7
Complementary color
Monochromatic Colors of #DF96D7
Black with #DF96D7
Text Example
Text Example
White with #DF96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96D7; }
p { color: rgb(223,150,215); }
H1.HeaderClassName
{
color: #DF96D7;
}
.AnyTagClassName
{
color: #DF96D7;
}
</style>
background-color css
<style>
a { background-color: #DF96D7; }
a { background-color: rgb(223,150,215); }
div.DivClassName
{
background-color: #DF96D7;
}
.BgClassName
{
background-color: #DF96D7;
}
</style>
border-color css
<style>
span { border-color: #DF96D7; }
span { border-color: rgb(223,150,215); }
td.TdClassName
{
border-color: #DF96D7;
}
.TagClassName
{
border-color: #DF96D7;
}
</style>