Shades of Plum #DF93EA
Tints of Plum #DF93EA
RGB
CMYK
RGB Variations
Color information
#DF93EA (or 0xDF93EA) is known color: Plum. HEX triplet: DF, 93 and EA. RGB value is (223,147,234). Sum of RGB (Red+Green+Blue) = 223+147+234=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93EA is #206C15. Grayscale: #B3B3B3. Windows color (decimal): -2124822 or 15373279. OLE color: 15373279.
HSL color Cylindrical-coordinate representation of color #DF93EA: hue angle of 292.41º 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 #DF93EA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 147 | 234 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.08 |
| HSL | 292.41º | 0.67% | 0.75% | - |
| HSV(B) | 292.41º | 0.37% | 0.92% | - |
| XYZ | 55.72 | 42.5 | 83.11 | - |
| YUV | 179.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 234 | 0.05 | 0.37 | 0 | 0.08 | 292.41 | 0.67 | 0.75 |
| Hex | DF | 93 | EA | 5 | 25 | 0 | 8 | 124 | 43 | 4B |
| Octal | 337 | 223 | 352 | 5 | 45 | 0 | 10 | 444 | 103 | 113 |
| Binary | 11011111 | 10010011 | 11101010 | 101 | 100101 | 0 | 1000 | 100100100 | 1000011 | 1001011 |
Color Harmonies of #DF93EA
Complementary color
Monochromatic Colors of #DF93EA
Black with #DF93EA
Text Example
Text Example
White with #DF93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93EA; }
p { color: rgb(223,147,234); }
H1.HeaderClassName
{
color: #DF93EA;
}
.AnyTagClassName
{
color: #DF93EA;
}
</style>
background-color css
<style>
a { background-color: #DF93EA; }
a { background-color: rgb(223,147,234); }
div.DivClassName
{
background-color: #DF93EA;
}
.BgClassName
{
background-color: #DF93EA;
}
</style>
border-color css
<style>
span { border-color: #DF93EA; }
span { border-color: rgb(223,147,234); }
td.TdClassName
{
border-color: #DF93EA;
}
.TagClassName
{
border-color: #DF93EA;
}
</style>