Shades of Plum #DF96CF
Tints of Plum #DF96CF
RGB
CMYK
RGB Variations
Color information
#DF96CF (or 0xDF96CF) is known color: Plum. HEX triplet: DF, 96 and CF. RGB value is (223,150,207). Sum of RGB (Red+Green+Blue) = 223+150+207=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96CF is #206930. Grayscale: #B2B2B2. Windows color (decimal): -2124081 or 13604575. OLE color: 13604575.
HSL color Cylindrical-coordinate representation of color #DF96CF: hue angle of 313.15º 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 #DF96CF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 207 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 313.15º | 0.53% | 0.73% | - |
| HSV(B) | 313.15º | 0.33% | 0.87% | - |
| XYZ | 52.6 | 42.01 | 64.37 | - |
| YUV | 178.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 207 | 0 | 0.33 | 0.07 | 0.13 | 313.15 | 0.53 | 0.73 |
| Hex | DF | 96 | CF | 0 | 21 | 7 | D | 139 | 35 | 49 |
| Octal | 337 | 226 | 317 | 0 | 41 | 7 | 15 | 471 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11001111 | 0 | 100001 | 111 | 1101 | 100111001 | 110101 | 1001001 |
Color Harmonies of #DF96CF
Complementary color
Monochromatic Colors of #DF96CF
Black with #DF96CF
Text Example
Text Example
White with #DF96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96CF; }
p { color: rgb(223,150,207); }
H1.HeaderClassName
{
color: #DF96CF;
}
.AnyTagClassName
{
color: #DF96CF;
}
</style>
background-color css
<style>
a { background-color: #DF96CF; }
a { background-color: rgb(223,150,207); }
div.DivClassName
{
background-color: #DF96CF;
}
.BgClassName
{
background-color: #DF96CF;
}
</style>
border-color css
<style>
span { border-color: #DF96CF; }
span { border-color: rgb(223,150,207); }
td.TdClassName
{
border-color: #DF96CF;
}
.TagClassName
{
border-color: #DF96CF;
}
</style>