Shades of Plum #DF96DC
Tints of Plum #DF96DC
RGB
CMYK
RGB Variations
Color information
#DF96DC (or 0xDF96DC) is known color: Plum. HEX triplet: DF, 96 and DC. RGB value is (223,150,220). Sum of RGB (Red+Green+Blue) = 223+150+220=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DC is #206923. Grayscale: #B3B3B3. Windows color (decimal): -2124068 or 14456543. OLE color: 14456543.
HSL color Cylindrical-coordinate representation of color #DF96DC: hue angle of 302.47º 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 #DF96DC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 220 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 302.47º | 0.53% | 0.73% | - |
| HSV(B) | 302.47º | 0.33% | 0.87% | - |
| XYZ | 54.26 | 42.67 | 73.09 | - |
| YUV | 179.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 220 | 0 | 0.33 | 0.01 | 0.13 | 302.47 | 0.53 | 0.73 |
| Hex | DF | 96 | DC | 0 | 21 | 1 | D | 12E | 35 | 49 |
| Octal | 337 | 226 | 334 | 0 | 41 | 1 | 15 | 456 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11011100 | 0 | 100001 | 1 | 1101 | 100101110 | 110101 | 1001001 |
Color Harmonies of #DF96DC
Complementary color
Monochromatic Colors of #DF96DC
Black with #DF96DC
Text Example
Text Example
White with #DF96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96DC; }
p { color: rgb(223,150,220); }
H1.HeaderClassName
{
color: #DF96DC;
}
.AnyTagClassName
{
color: #DF96DC;
}
</style>
background-color css
<style>
a { background-color: #DF96DC; }
a { background-color: rgb(223,150,220); }
div.DivClassName
{
background-color: #DF96DC;
}
.BgClassName
{
background-color: #DF96DC;
}
</style>
border-color css
<style>
span { border-color: #DF96DC; }
span { border-color: rgb(223,150,220); }
td.TdClassName
{
border-color: #DF96DC;
}
.TagClassName
{
border-color: #DF96DC;
}
</style>