Shades of Plum #DF94DF
Tints of Plum #DF94DF
RGB
CMYK
RGB Variations
Color information
#DF94DF (or 0xDF94DF) is known color: Plum. HEX triplet: DF, 94 and DF. RGB value is (223,148,223). Sum of RGB (Red+Green+Blue) = 223+148+223=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DF is #206B20. Grayscale: #B2B2B2. Windows color (decimal): -2124577 or 14652639. OLE color: 14652639.
HSL color Cylindrical-coordinate representation of color #DF94DF: hue angle of 300º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94DF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 223 | - |
| CMYK | 0 | 0.34 | 0 | 0.13 |
| HSL | 300º | 0.54% | 0.73% | - |
| HSV(B) | 300º | 0.34% | 0.87% | - |
| XYZ | 54.34 | 42.2 | 75.09 | - |
| YUV | 178.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 223 | 0 | 0.34 | 0 | 0.13 | 300 | 0.54 | 0.73 |
| Hex | DF | 94 | DF | 0 | 22 | 0 | D | 12C | 36 | 49 |
| Octal | 337 | 224 | 337 | 0 | 42 | 0 | 15 | 454 | 66 | 111 |
| Binary | 11011111 | 10010100 | 11011111 | 0 | 100010 | 0 | 1101 | 100101100 | 110110 | 1001001 |
Color Harmonies of #DF94DF
Complementary color
Monochromatic Colors of #DF94DF
Black with #DF94DF
Text Example
Text Example
White with #DF94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94DF; }
p { color: rgb(223,148,223); }
H1.HeaderClassName
{
color: #DF94DF;
}
.AnyTagClassName
{
color: #DF94DF;
}
</style>
background-color css
<style>
a { background-color: #DF94DF; }
a { background-color: rgb(223,148,223); }
div.DivClassName
{
background-color: #DF94DF;
}
.BgClassName
{
background-color: #DF94DF;
}
</style>
border-color css
<style>
span { border-color: #DF94DF; }
span { border-color: rgb(223,148,223); }
td.TdClassName
{
border-color: #DF94DF;
}
.TagClassName
{
border-color: #DF94DF;
}
</style>