Shades of Plum #DE99EF
Tints of Plum #DE99EF
RGB
CMYK
RGB Variations
Color information
#DE99EF (or 0xDE99EF) is known color: Plum. HEX triplet: DE, 99 and EF. RGB value is (222,153,239). Sum of RGB (Red+Green+Blue) = 222+153+239=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99EF is #216610. Grayscale: #B7B7B7. Windows color (decimal): -2188817 or 15702494. OLE color: 15702494.
HSL color Cylindrical-coordinate representation of color #DE99EF: hue angle of 288.14º 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 #DE99EF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 153 | 239 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.06 |
| HSL | 288.14º | 0.73% | 0.77% | - |
| HSV(B) | 288.14º | 0.36% | 0.94% | - |
| XYZ | 57.1 | 44.54 | 87.25 | - |
| YUV | 183.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 239 | 0.07 | 0.36 | 0 | 0.06 | 288.14 | 0.73 | 0.77 |
| Hex | DE | 99 | EF | 7 | 24 | 0 | 6 | 120 | 49 | 4D |
| Octal | 336 | 231 | 357 | 7 | 44 | 0 | 6 | 440 | 111 | 115 |
| Binary | 11011110 | 10011001 | 11101111 | 111 | 100100 | 0 | 110 | 100100000 | 1001001 | 1001101 |
Color Harmonies of #DE99EF
Complementary color
Monochromatic Colors of #DE99EF
Black with #DE99EF
Text Example
Text Example
White with #DE99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99EF; }
p { color: rgb(222,153,239); }
H1.HeaderClassName
{
color: #DE99EF;
}
.AnyTagClassName
{
color: #DE99EF;
}
</style>
background-color css
<style>
a { background-color: #DE99EF; }
a { background-color: rgb(222,153,239); }
div.DivClassName
{
background-color: #DE99EF;
}
.BgClassName
{
background-color: #DE99EF;
}
</style>
border-color css
<style>
span { border-color: #DE99EF; }
span { border-color: rgb(222,153,239); }
td.TdClassName
{
border-color: #DE99EF;
}
.TagClassName
{
border-color: #DE99EF;
}
</style>