Shades of Plum #DF94EA
Tints of Plum #DF94EA
RGB
CMYK
RGB Variations
Color information
#DF94EA (or 0xDF94EA) is known color: Plum. HEX triplet: DF, 94 and EA. RGB value is (223,148,234). Sum of RGB (Red+Green+Blue) = 223+148+234=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94EA is #206B15. Grayscale: #B3B3B3. Windows color (decimal): -2124566 or 15373535. OLE color: 15373535.
HSL color Cylindrical-coordinate representation of color #DF94EA: hue angle of 292.33º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF94EA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 148 | 234 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.08 |
| HSL | 292.33º | 0.67% | 0.75% | - |
| HSV(B) | 292.33º | 0.37% | 0.92% | - |
| XYZ | 55.87 | 42.81 | 83.16 | - |
| YUV | 180.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 234 | 0.05 | 0.37 | 0 | 0.08 | 292.33 | 0.67 | 0.75 |
| Hex | DF | 94 | EA | 5 | 25 | 0 | 8 | 124 | 43 | 4B |
| Octal | 337 | 224 | 352 | 5 | 45 | 0 | 10 | 444 | 103 | 113 |
| Binary | 11011111 | 10010100 | 11101010 | 101 | 100101 | 0 | 1000 | 100100100 | 1000011 | 1001011 |
Color Harmonies of #DF94EA
Complementary color
Monochromatic Colors of #DF94EA
Black with #DF94EA
Text Example
Text Example
White with #DF94EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94EA; }
p { color: rgb(223,148,234); }
H1.HeaderClassName
{
color: #DF94EA;
}
.AnyTagClassName
{
color: #DF94EA;
}
</style>
background-color css
<style>
a { background-color: #DF94EA; }
a { background-color: rgb(223,148,234); }
div.DivClassName
{
background-color: #DF94EA;
}
.BgClassName
{
background-color: #DF94EA;
}
</style>
border-color css
<style>
span { border-color: #DF94EA; }
span { border-color: rgb(223,148,234); }
td.TdClassName
{
border-color: #DF94EA;
}
.TagClassName
{
border-color: #DF94EA;
}
</style>