Shades of Plum #DF93EE
Tints of Plum #DF93EE
RGB
CMYK
RGB Variations
Color information
#DF93EE (or 0xDF93EE) is known color: Plum. HEX triplet: DF, 93 and EE. RGB value is (223,147,238). Sum of RGB (Red+Green+Blue) = 223+147+238=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93EE is #206C11. Grayscale: #B3B3B3. Windows color (decimal): -2124818 or 15635423. OLE color: 15635423.
HSL color Cylindrical-coordinate representation of color #DF93EE: hue angle of 290.11º degrees, saturation: 0.73, 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 #DF93EE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 147 | 238 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290.11º | 0.73% | 0.75% | - |
| HSV(B) | 290.11º | 0.38% | 0.93% | - |
| XYZ | 56.3 | 42.73 | 86.17 | - |
| YUV | 180.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 238 | 0.06 | 0.38 | 0 | 0.07 | 290.11 | 0.73 | 0.75 |
| Hex | DF | 93 | EE | 6 | 26 | 0 | 7 | 122 | 49 | 4B |
| Octal | 337 | 223 | 356 | 6 | 46 | 0 | 7 | 442 | 111 | 113 |
| Binary | 11011111 | 10010011 | 11101110 | 110 | 100110 | 0 | 111 | 100100010 | 1001001 | 1001011 |
Color Harmonies of #DF93EE
Complementary color
Monochromatic Colors of #DF93EE
Black with #DF93EE
Text Example
Text Example
White with #DF93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93EE; }
p { color: rgb(223,147,238); }
H1.HeaderClassName
{
color: #DF93EE;
}
.AnyTagClassName
{
color: #DF93EE;
}
</style>
background-color css
<style>
a { background-color: #DF93EE; }
a { background-color: rgb(223,147,238); }
div.DivClassName
{
background-color: #DF93EE;
}
.BgClassName
{
background-color: #DF93EE;
}
</style>
border-color css
<style>
span { border-color: #DF93EE; }
span { border-color: rgb(223,147,238); }
td.TdClassName
{
border-color: #DF93EE;
}
.TagClassName
{
border-color: #DF93EE;
}
</style>