Shades of Plum #DF96CE
Tints of Plum #DF96CE
RGB
CMYK
RGB Variations
Color information
#DF96CE (or 0xDF96CE) is known color: Plum. HEX triplet: DF, 96 and CE. RGB value is (223,150,206). Sum of RGB (Red+Green+Blue) = 223+150+206=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96CE is #206931. Grayscale: #B2B2B2. Windows color (decimal): -2124082 or 13539039. OLE color: 13539039.
HSL color Cylindrical-coordinate representation of color #DF96CE: hue angle of 313.97º 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 #DF96CE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 206 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.13 |
| HSL | 313.97º | 0.53% | 0.73% | - |
| HSV(B) | 313.97º | 0.33% | 0.87% | - |
| XYZ | 52.48 | 41.96 | 63.73 | - |
| YUV | 178.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 206 | 0 | 0.33 | 0.08 | 0.13 | 313.97 | 0.53 | 0.73 |
| Hex | DF | 96 | CE | 0 | 21 | 8 | D | 13A | 35 | 49 |
| Octal | 337 | 226 | 316 | 0 | 41 | 10 | 15 | 472 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11001110 | 0 | 100001 | 1000 | 1101 | 100111010 | 110101 | 1001001 |
Color Harmonies of #DF96CE
Complementary color
Monochromatic Colors of #DF96CE
Black with #DF96CE
Text Example
Text Example
White with #DF96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96CE; }
p { color: rgb(223,150,206); }
H1.HeaderClassName
{
color: #DF96CE;
}
.AnyTagClassName
{
color: #DF96CE;
}
</style>
background-color css
<style>
a { background-color: #DF96CE; }
a { background-color: rgb(223,150,206); }
div.DivClassName
{
background-color: #DF96CE;
}
.BgClassName
{
background-color: #DF96CE;
}
</style>
border-color css
<style>
span { border-color: #DF96CE; }
span { border-color: rgb(223,150,206); }
td.TdClassName
{
border-color: #DF96CE;
}
.TagClassName
{
border-color: #DF96CE;
}
</style>