Shades of Plum #DF9CEF
Tints of Plum #DF9CEF
RGB
CMYK
RGB Variations
Color information
#DF9CEF (or 0xDF9CEF) is known color: Plum. HEX triplet: DF, 9C and EF. RGB value is (223,156,239). Sum of RGB (Red+Green+Blue) = 223+156+239=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEF is #206310. Grayscale: #B9B9B9. Windows color (decimal): -2122513 or 15703263. OLE color: 15703263.
HSL color Cylindrical-coordinate representation of color #DF9CEF: hue angle of 288.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9CEF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 156 | 239 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.06 |
| HSL | 288.43º | 0.72% | 0.77% | - |
| HSV(B) | 288.43º | 0.35% | 0.94% | - |
| XYZ | 57.9 | 45.7 | 87.43 | - |
| YUV | 185.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 239 | 0.07 | 0.35 | 0 | 0.06 | 288.43 | 0.72 | 0.77 |
| Hex | DF | 9C | EF | 7 | 23 | 0 | 6 | 120 | 48 | 4D |
| Octal | 337 | 234 | 357 | 7 | 43 | 0 | 6 | 440 | 110 | 115 |
| Binary | 11011111 | 10011100 | 11101111 | 111 | 100011 | 0 | 110 | 100100000 | 1001000 | 1001101 |
Color Harmonies of #DF9CEF
Complementary color
Monochromatic Colors of #DF9CEF
Black with #DF9CEF
Text Example
Text Example
White with #DF9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CEF; }
p { color: rgb(223,156,239); }
H1.HeaderClassName
{
color: #DF9CEF;
}
.AnyTagClassName
{
color: #DF9CEF;
}
</style>
background-color css
<style>
a { background-color: #DF9CEF; }
a { background-color: rgb(223,156,239); }
div.DivClassName
{
background-color: #DF9CEF;
}
.BgClassName
{
background-color: #DF9CEF;
}
</style>
border-color css
<style>
span { border-color: #DF9CEF; }
span { border-color: rgb(223,156,239); }
td.TdClassName
{
border-color: #DF9CEF;
}
.TagClassName
{
border-color: #DF9CEF;
}
</style>