Shades of Plum #DF96D6
Tints of Plum #DF96D6
RGB
CMYK
RGB Variations
Color information
#DF96D6 (or 0xDF96D6) is known color: Plum. HEX triplet: DF, 96 and D6. RGB value is (223,150,214). Sum of RGB (Red+Green+Blue) = 223+150+214=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D6 is #206929. Grayscale: #B2B2B2. Windows color (decimal): -2124074 or 14063327. OLE color: 14063327.
HSL color Cylindrical-coordinate representation of color #DF96D6: hue angle of 307.4º 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 #DF96D6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 214 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.13 |
| HSL | 307.4º | 0.53% | 0.73% | - |
| HSV(B) | 307.4º | 0.33% | 0.87% | - |
| XYZ | 53.48 | 42.36 | 68.98 | - |
| YUV | 179.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 214 | 0 | 0.33 | 0.04 | 0.13 | 307.4 | 0.53 | 0.73 |
| Hex | DF | 96 | D6 | 0 | 21 | 4 | D | 133 | 35 | 49 |
| Octal | 337 | 226 | 326 | 0 | 41 | 4 | 15 | 463 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11010110 | 0 | 100001 | 100 | 1101 | 100110011 | 110101 | 1001001 |
Color Harmonies of #DF96D6
Complementary color
Monochromatic Colors of #DF96D6
Black with #DF96D6
Text Example
Text Example
White with #DF96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96D6; }
p { color: rgb(223,150,214); }
H1.HeaderClassName
{
color: #DF96D6;
}
.AnyTagClassName
{
color: #DF96D6;
}
</style>
background-color css
<style>
a { background-color: #DF96D6; }
a { background-color: rgb(223,150,214); }
div.DivClassName
{
background-color: #DF96D6;
}
.BgClassName
{
background-color: #DF96D6;
}
</style>
border-color css
<style>
span { border-color: #DF96D6; }
span { border-color: rgb(223,150,214); }
td.TdClassName
{
border-color: #DF96D6;
}
.TagClassName
{
border-color: #DF96D6;
}
</style>