Shades of Plum #DF94E0
Tints of Plum #DF94E0
RGB
CMYK
RGB Variations
Color information
#DF94E0 (or 0xDF94E0) is known color: Plum. HEX triplet: DF, 94 and E0. RGB value is (223,148,224). Sum of RGB (Red+Green+Blue) = 223+148+224=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94E0 is #206B1F. Grayscale: #B2B2B2. Windows color (decimal): -2124576 or 14718175. OLE color: 14718175.
HSL color Cylindrical-coordinate representation of color #DF94E0: hue angle of 299.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94E0 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 148 | 224 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.12 |
| HSL | 299.21º | 0.55% | 0.73% | - |
| HSV(B) | 299.21º | 0.34% | 0.88% | - |
| XYZ | 54.48 | 42.25 | 75.8 | - |
| YUV | 179.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 224 | 0.00 | 0.34 | 0 | 0.12 | 299.21 | 0.55 | 0.73 |
| Hex | DF | 94 | E0 | 0 | 22 | 0 | C | 12B | 37 | 49 |
| Octal | 337 | 224 | 340 | 0 | 42 | 0 | 14 | 453 | 67 | 111 |
| Binary | 11011111 | 10010100 | 11100000 | 0 | 100010 | 0 | 1100 | 100101011 | 110111 | 1001001 |
Color Harmonies of #DF94E0
Complementary color
Monochromatic Colors of #DF94E0
Black with #DF94E0
Text Example
Text Example
White with #DF94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94E0; }
p { color: rgb(223,148,224); }
H1.HeaderClassName
{
color: #DF94E0;
}
.AnyTagClassName
{
color: #DF94E0;
}
</style>
background-color css
<style>
a { background-color: #DF94E0; }
a { background-color: rgb(223,148,224); }
div.DivClassName
{
background-color: #DF94E0;
}
.BgClassName
{
background-color: #DF94E0;
}
</style>
border-color css
<style>
span { border-color: #DF94E0; }
span { border-color: rgb(223,148,224); }
td.TdClassName
{
border-color: #DF94E0;
}
.TagClassName
{
border-color: #DF94E0;
}
</style>