Shades of Plum #DF93ED
Tints of Plum #DF93ED
RGB
CMYK
RGB Variations
Color information
#DF93ED (or 0xDF93ED) is known color: Plum. HEX triplet: DF, 93 and ED. RGB value is (223,147,237). Sum of RGB (Red+Green+Blue) = 223+147+237=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93ED is #206C12. Grayscale: #B3B3B3. Windows color (decimal): -2124819 or 15569887. OLE color: 15569887.
HSL color Cylindrical-coordinate representation of color #DF93ED: hue angle of 290.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF93ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 147 | 237 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290.67º | 0.71% | 0.75% | - |
| HSV(B) | 290.67º | 0.38% | 0.93% | - |
| XYZ | 56.15 | 42.67 | 85.4 | - |
| YUV | 179.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 237 | 0.06 | 0.38 | 0 | 0.07 | 290.67 | 0.71 | 0.75 |
| Hex | DF | 93 | ED | 6 | 26 | 0 | 7 | 123 | 47 | 4B |
| Octal | 337 | 223 | 355 | 6 | 46 | 0 | 7 | 443 | 107 | 113 |
| Binary | 11011111 | 10010011 | 11101101 | 110 | 100110 | 0 | 111 | 100100011 | 1000111 | 1001011 |
Color Harmonies of #DF93ED
Complementary color
Monochromatic Colors of #DF93ED
Black with #DF93ED
Text Example
Text Example
White with #DF93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93ED; }
p { color: rgb(223,147,237); }
H1.HeaderClassName
{
color: #DF93ED;
}
.AnyTagClassName
{
color: #DF93ED;
}
</style>
background-color css
<style>
a { background-color: #DF93ED; }
a { background-color: rgb(223,147,237); }
div.DivClassName
{
background-color: #DF93ED;
}
.BgClassName
{
background-color: #DF93ED;
}
</style>
border-color css
<style>
span { border-color: #DF93ED; }
span { border-color: rgb(223,147,237); }
td.TdClassName
{
border-color: #DF93ED;
}
.TagClassName
{
border-color: #DF93ED;
}
</style>