Shades of Plum #DF96D4
Tints of Plum #DF96D4
RGB
CMYK
RGB Variations
Color information
#DF96D4 (or 0xDF96D4) is known color: Plum. HEX triplet: DF, 96 and D4. RGB value is (223,150,212). Sum of RGB (Red+Green+Blue) = 223+150+212=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96D4 is #20692B. Grayscale: #B2B2B2. Windows color (decimal): -2124076 or 13932255. OLE color: 13932255.
HSL color Cylindrical-coordinate representation of color #DF96D4: hue angle of 309.04º 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 #DF96D4 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 212 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.13 |
| HSL | 309.04º | 0.53% | 0.73% | - |
| HSV(B) | 309.04º | 0.33% | 0.87% | - |
| XYZ | 53.22 | 42.25 | 67.64 | - |
| YUV | 178.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 212 | 0 | 0.33 | 0.05 | 0.13 | 309.04 | 0.53 | 0.73 |
| Hex | DF | 96 | D4 | 0 | 21 | 5 | D | 135 | 35 | 49 |
| Octal | 337 | 226 | 324 | 0 | 41 | 5 | 15 | 465 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11010100 | 0 | 100001 | 101 | 1101 | 100110101 | 110101 | 1001001 |
Color Harmonies of #DF96D4
Complementary color
Monochromatic Colors of #DF96D4
Black with #DF96D4
Text Example
Text Example
White with #DF96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96D4; }
p { color: rgb(223,150,212); }
H1.HeaderClassName
{
color: #DF96D4;
}
.AnyTagClassName
{
color: #DF96D4;
}
</style>
background-color css
<style>
a { background-color: #DF96D4; }
a { background-color: rgb(223,150,212); }
div.DivClassName
{
background-color: #DF96D4;
}
.BgClassName
{
background-color: #DF96D4;
}
</style>
border-color css
<style>
span { border-color: #DF96D4; }
span { border-color: rgb(223,150,212); }
td.TdClassName
{
border-color: #DF96D4;
}
.TagClassName
{
border-color: #DF96D4;
}
</style>