Shades of Plum #DE92EE
Tints of Plum #DE92EE
RGB
CMYK
RGB Variations
Color information
#DE92EE (or 0xDE92EE) is known color: Plum. HEX triplet: DE, 92 and EE. RGB value is (222,146,238). Sum of RGB (Red+Green+Blue) = 222+146+238=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92EE is #216D11. Grayscale: #B2B2B2. Windows color (decimal): -2190610 or 15635166. OLE color: 15635166.
HSL color Cylindrical-coordinate representation of color #DE92EE: hue angle of 289.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE92EE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 146 | 238 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.07 |
| HSL | 289.57º | 0.73% | 0.75% | - |
| HSV(B) | 289.57º | 0.39% | 0.93% | - |
| XYZ | 55.84 | 42.26 | 86.1 | - |
| YUV | 179.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 238 | 0.07 | 0.39 | 0 | 0.07 | 289.57 | 0.73 | 0.75 |
| Hex | DE | 92 | EE | 7 | 27 | 0 | 7 | 122 | 49 | 4B |
| Octal | 336 | 222 | 356 | 7 | 47 | 0 | 7 | 442 | 111 | 113 |
| Binary | 11011110 | 10010010 | 11101110 | 111 | 100111 | 0 | 111 | 100100010 | 1001001 | 1001011 |
Color Harmonies of #DE92EE
Complementary color
Monochromatic Colors of #DE92EE
Black with #DE92EE
Text Example
Text Example
White with #DE92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92EE; }
p { color: rgb(222,146,238); }
H1.HeaderClassName
{
color: #DE92EE;
}
.AnyTagClassName
{
color: #DE92EE;
}
</style>
background-color css
<style>
a { background-color: #DE92EE; }
a { background-color: rgb(222,146,238); }
div.DivClassName
{
background-color: #DE92EE;
}
.BgClassName
{
background-color: #DE92EE;
}
</style>
border-color css
<style>
span { border-color: #DE92EE; }
span { border-color: rgb(222,146,238); }
td.TdClassName
{
border-color: #DE92EE;
}
.TagClassName
{
border-color: #DE92EE;
}
</style>