Shades of Plum #DF96DD
Tints of Plum #DF96DD
RGB
CMYK
RGB Variations
Color information
#DF96DD (or 0xDF96DD) is known color: Plum. HEX triplet: DF, 96 and DD. RGB value is (223,150,221). Sum of RGB (Red+Green+Blue) = 223+150+221=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DD is #206922. Grayscale: #B3B3B3. Windows color (decimal): -2124067 or 14522079. OLE color: 14522079.
HSL color Cylindrical-coordinate representation of color #DF96DD: hue angle of 301.64º 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 #DF96DD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 221 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 301.64º | 0.53% | 0.73% | - |
| HSV(B) | 301.64º | 0.33% | 0.87% | - |
| XYZ | 54.39 | 42.72 | 73.79 | - |
| YUV | 179.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 221 | 0 | 0.33 | 0.01 | 0.13 | 301.64 | 0.53 | 0.73 |
| Hex | DF | 96 | DD | 0 | 21 | 1 | D | 12E | 35 | 49 |
| Octal | 337 | 226 | 335 | 0 | 41 | 1 | 15 | 456 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11011101 | 0 | 100001 | 1 | 1101 | 100101110 | 110101 | 1001001 |
Color Harmonies of #DF96DD
Complementary color
Monochromatic Colors of #DF96DD
Black with #DF96DD
Text Example
Text Example
White with #DF96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96DD; }
p { color: rgb(223,150,221); }
H1.HeaderClassName
{
color: #DF96DD;
}
.AnyTagClassName
{
color: #DF96DD;
}
</style>
background-color css
<style>
a { background-color: #DF96DD; }
a { background-color: rgb(223,150,221); }
div.DivClassName
{
background-color: #DF96DD;
}
.BgClassName
{
background-color: #DF96DD;
}
</style>
border-color css
<style>
span { border-color: #DF96DD; }
span { border-color: rgb(223,150,221); }
td.TdClassName
{
border-color: #DF96DD;
}
.TagClassName
{
border-color: #DF96DD;
}
</style>