Shades of Plum #DF99EF
Tints of Plum #DF99EF
RGB
CMYK
RGB Variations
Color information
#DF99EF (or 0xDF99EF) is known color: Plum. HEX triplet: DF, 99 and EF. RGB value is (223,153,239). Sum of RGB (Red+Green+Blue) = 223+153+239=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99EF is #206610. Grayscale: #B7B7B7. Windows color (decimal): -2123281 or 15702495. OLE color: 15702495.
HSL color Cylindrical-coordinate representation of color #DF99EF: hue angle of 288.84º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF99EF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 153 | 239 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.06 |
| HSL | 288.84º | 0.73% | 0.77% | - |
| HSV(B) | 288.84º | 0.36% | 0.94% | - |
| XYZ | 57.4 | 44.7 | 87.26 | - |
| YUV | 183.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 239 | 0.07 | 0.36 | 0 | 0.06 | 288.84 | 0.73 | 0.77 |
| Hex | DF | 99 | EF | 7 | 24 | 0 | 6 | 121 | 49 | 4D |
| Octal | 337 | 231 | 357 | 7 | 44 | 0 | 6 | 441 | 111 | 115 |
| Binary | 11011111 | 10011001 | 11101111 | 111 | 100100 | 0 | 110 | 100100001 | 1001001 | 1001101 |
Color Harmonies of #DF99EF
Complementary color
Monochromatic Colors of #DF99EF
Black with #DF99EF
Text Example
Text Example
White with #DF99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99EF; }
p { color: rgb(223,153,239); }
H1.HeaderClassName
{
color: #DF99EF;
}
.AnyTagClassName
{
color: #DF99EF;
}
</style>
background-color css
<style>
a { background-color: #DF99EF; }
a { background-color: rgb(223,153,239); }
div.DivClassName
{
background-color: #DF99EF;
}
.BgClassName
{
background-color: #DF99EF;
}
</style>
border-color css
<style>
span { border-color: #DF99EF; }
span { border-color: rgb(223,153,239); }
td.TdClassName
{
border-color: #DF99EF;
}
.TagClassName
{
border-color: #DF99EF;
}
</style>