Shades of Plum #DF93E6
Tints of Plum #DF93E6
RGB
CMYK
RGB Variations
Color information
#DF93E6 (or 0xDF93E6) is known color: Plum. HEX triplet: DF, 93 and E6. RGB value is (223,147,230). Sum of RGB (Red+Green+Blue) = 223+147+230=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93E6 is #206C19. Grayscale: #B2B2B2. Windows color (decimal): -2124826 or 15111135. OLE color: 15111135.
HSL color Cylindrical-coordinate representation of color #DF93E6: hue angle of 294.94º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF93E6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 147 | 230 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.10 |
| HSL | 294.94º | 0.62% | 0.74% | - |
| HSV(B) | 294.94º | 0.36% | 0.9% | - |
| XYZ | 55.15 | 42.27 | 80.11 | - |
| YUV | 179.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 230 | 0.03 | 0.36 | 0 | 0.10 | 294.94 | 0.62 | 0.74 |
| Hex | DF | 93 | E6 | 3 | 24 | 0 | A | 127 | 3E | 4A |
| Octal | 337 | 223 | 346 | 3 | 44 | 0 | 12 | 447 | 76 | 112 |
| Binary | 11011111 | 10010011 | 11100110 | 11 | 100100 | 0 | 1010 | 100100111 | 111110 | 1001010 |
Color Harmonies of #DF93E6
Complementary color
Monochromatic Colors of #DF93E6
Black with #DF93E6
Text Example
Text Example
White with #DF93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93E6; }
p { color: rgb(223,147,230); }
H1.HeaderClassName
{
color: #DF93E6;
}
.AnyTagClassName
{
color: #DF93E6;
}
</style>
background-color css
<style>
a { background-color: #DF93E6; }
a { background-color: rgb(223,147,230); }
div.DivClassName
{
background-color: #DF93E6;
}
.BgClassName
{
background-color: #DF93E6;
}
</style>
border-color css
<style>
span { border-color: #DF93E6; }
span { border-color: rgb(223,147,230); }
td.TdClassName
{
border-color: #DF93E6;
}
.TagClassName
{
border-color: #DF93E6;
}
</style>