Shades of Plum #DF99EC
Tints of Plum #DF99EC
RGB
CMYK
RGB Variations
Color information
#DF99EC (or 0xDF99EC) is known color: Plum. HEX triplet: DF, 99 and EC. RGB value is (223,153,236). Sum of RGB (Red+Green+Blue) = 223+153+236=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99EC is #206613. Grayscale: #B7B7B7. Windows color (decimal): -2123284 or 15505887. OLE color: 15505887.
HSL color Cylindrical-coordinate representation of color #DF99EC: hue angle of 290.6º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF99EC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 153 | 236 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.07 |
| HSL | 290.6º | 0.69% | 0.76% | - |
| HSV(B) | 290.6º | 0.35% | 0.93% | - |
| XYZ | 56.96 | 44.53 | 84.95 | - |
| YUV | 183.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 236 | 0.06 | 0.35 | 0 | 0.07 | 290.6 | 0.69 | 0.76 |
| Hex | DF | 99 | EC | 6 | 23 | 0 | 7 | 123 | 45 | 4C |
| Octal | 337 | 231 | 354 | 6 | 43 | 0 | 7 | 443 | 105 | 114 |
| Binary | 11011111 | 10011001 | 11101100 | 110 | 100011 | 0 | 111 | 100100011 | 1000101 | 1001100 |
Color Harmonies of #DF99EC
Complementary color
Monochromatic Colors of #DF99EC
Black with #DF99EC
Text Example
Text Example
White with #DF99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99EC; }
p { color: rgb(223,153,236); }
H1.HeaderClassName
{
color: #DF99EC;
}
.AnyTagClassName
{
color: #DF99EC;
}
</style>
background-color css
<style>
a { background-color: #DF99EC; }
a { background-color: rgb(223,153,236); }
div.DivClassName
{
background-color: #DF99EC;
}
.BgClassName
{
background-color: #DF99EC;
}
</style>
border-color css
<style>
span { border-color: #DF99EC; }
span { border-color: rgb(223,153,236); }
td.TdClassName
{
border-color: #DF99EC;
}
.TagClassName
{
border-color: #DF99EC;
}
</style>