Shades of Plum #DF96D0
Tints of Plum #DF96D0
RGB
CMYK
RGB Variations
Color information
#DF96D0 (or 0xDF96D0) is known color: Plum. HEX triplet: DF, 96 and D0. RGB value is (223,150,208). Sum of RGB (Red+Green+Blue) = 223+150+208=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D0 is #20692F. Grayscale: #B2B2B2. Windows color (decimal): -2124080 or 13670111. OLE color: 13670111.
HSL color Cylindrical-coordinate representation of color #DF96D0: hue angle of 312.33º 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 #DF96D0 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 208 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 312.33º | 0.53% | 0.73% | - |
| HSV(B) | 312.33º | 0.33% | 0.87% | - |
| XYZ | 52.72 | 42.05 | 65.01 | - |
| YUV | 178.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 208 | 0 | 0.33 | 0.07 | 0.13 | 312.33 | 0.53 | 0.73 |
| Hex | DF | 96 | D0 | 0 | 21 | 7 | D | 138 | 35 | 49 |
| Octal | 337 | 226 | 320 | 0 | 41 | 7 | 15 | 470 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11010000 | 0 | 100001 | 111 | 1101 | 100111000 | 110101 | 1001001 |
Color Harmonies of #DF96D0
Complementary color
Monochromatic Colors of #DF96D0
Black with #DF96D0
Text Example
Text Example
White with #DF96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96D0; }
p { color: rgb(223,150,208); }
H1.HeaderClassName
{
color: #DF96D0;
}
.AnyTagClassName
{
color: #DF96D0;
}
</style>
background-color css
<style>
a { background-color: #DF96D0; }
a { background-color: rgb(223,150,208); }
div.DivClassName
{
background-color: #DF96D0;
}
.BgClassName
{
background-color: #DF96D0;
}
</style>
border-color css
<style>
span { border-color: #DF96D0; }
span { border-color: rgb(223,150,208); }
td.TdClassName
{
border-color: #DF96D0;
}
.TagClassName
{
border-color: #DF96D0;
}
</style>