Shades of Plum #DF96DB
Tints of Plum #DF96DB
RGB
CMYK
RGB Variations
Color information
#DF96DB (or 0xDF96DB) is known color: Plum. HEX triplet: DF, 96 and DB. RGB value is (223,150,219). Sum of RGB (Red+Green+Blue) = 223+150+219=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DB is #206924. Grayscale: #B3B3B3. Windows color (decimal): -2124069 or 14391007. OLE color: 14391007.
HSL color Cylindrical-coordinate representation of color #DF96DB: hue angle of 303.29º 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 #DF96DB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 219 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.13 |
| HSL | 303.29º | 0.53% | 0.73% | - |
| HSV(B) | 303.29º | 0.33% | 0.87% | - |
| XYZ | 54.12 | 42.62 | 72.39 | - |
| YUV | 179.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 219 | 0 | 0.33 | 0.02 | 0.13 | 303.29 | 0.53 | 0.73 |
| Hex | DF | 96 | DB | 0 | 21 | 2 | D | 12F | 35 | 49 |
| Octal | 337 | 226 | 333 | 0 | 41 | 2 | 15 | 457 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11011011 | 0 | 100001 | 10 | 1101 | 100101111 | 110101 | 1001001 |
Color Harmonies of #DF96DB
Complementary color
Monochromatic Colors of #DF96DB
Black with #DF96DB
Text Example
Text Example
White with #DF96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96DB; }
p { color: rgb(223,150,219); }
H1.HeaderClassName
{
color: #DF96DB;
}
.AnyTagClassName
{
color: #DF96DB;
}
</style>
background-color css
<style>
a { background-color: #DF96DB; }
a { background-color: rgb(223,150,219); }
div.DivClassName
{
background-color: #DF96DB;
}
.BgClassName
{
background-color: #DF96DB;
}
</style>
border-color css
<style>
span { border-color: #DF96DB; }
span { border-color: rgb(223,150,219); }
td.TdClassName
{
border-color: #DF96DB;
}
.TagClassName
{
border-color: #DF96DB;
}
</style>