Shades of Plum #DF96D2
Tints of Plum #DF96D2
RGB
CMYK
RGB Variations
Color information
#DF96D2 (or 0xDF96D2) is known color: Plum. HEX triplet: DF, 96 and D2. RGB value is (223,150,210). Sum of RGB (Red+Green+Blue) = 223+150+210=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D2 is #20692D. Grayscale: #B2B2B2. Windows color (decimal): -2124078 or 13801183. OLE color: 13801183.
HSL color Cylindrical-coordinate representation of color #DF96D2: hue angle of 310.68º 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 #DF96D2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 210 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.13 |
| HSL | 310.68º | 0.53% | 0.73% | - |
| HSV(B) | 310.68º | 0.33% | 0.87% | - |
| XYZ | 52.97 | 42.15 | 66.32 | - |
| YUV | 178.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 210 | 0 | 0.33 | 0.06 | 0.13 | 310.68 | 0.53 | 0.73 |
| Hex | DF | 96 | D2 | 0 | 21 | 6 | D | 137 | 35 | 49 |
| Octal | 337 | 226 | 322 | 0 | 41 | 6 | 15 | 467 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11010010 | 0 | 100001 | 110 | 1101 | 100110111 | 110101 | 1001001 |
Color Harmonies of #DF96D2
Complementary color
Monochromatic Colors of #DF96D2
Black with #DF96D2
Text Example
Text Example
White with #DF96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96D2; }
p { color: rgb(223,150,210); }
H1.HeaderClassName
{
color: #DF96D2;
}
.AnyTagClassName
{
color: #DF96D2;
}
</style>
background-color css
<style>
a { background-color: #DF96D2; }
a { background-color: rgb(223,150,210); }
div.DivClassName
{
background-color: #DF96D2;
}
.BgClassName
{
background-color: #DF96D2;
}
</style>
border-color css
<style>
span { border-color: #DF96D2; }
span { border-color: rgb(223,150,210); }
td.TdClassName
{
border-color: #DF96D2;
}
.TagClassName
{
border-color: #DF96D2;
}
</style>