Shades of Plum #DE95F4
Tints of Plum #DE95F4
RGB
CMYK
RGB Variations
Color information
#DE95F4 (or 0xDE95F4) is known color: Plum. HEX triplet: DE, 95 and F4. RGB value is (222,149,244). Sum of RGB (Red+Green+Blue) = 222+149+244=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE95F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95F4 is #216A0B. Grayscale: #B5B5B5. Windows color (decimal): -2189836 or 16029150. OLE color: 16029150.
HSL color Cylindrical-coordinate representation of color #DE95F4: hue angle of 286.11º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE95F4 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 149 | 244 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.04 |
| HSL | 286.11º | 0.81% | 0.77% | - |
| HSV(B) | 286.11º | 0.39% | 0.96% | - |
| XYZ | 57.2 | 43.56 | 90.98 | - |
| YUV | 181.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 244 | 0.09 | 0.39 | 0 | 0.04 | 286.11 | 0.81 | 0.77 |
| Hex | DE | 95 | F4 | 9 | 27 | 0 | 4 | 11E | 51 | 4D |
| Octal | 336 | 225 | 364 | 11 | 47 | 0 | 4 | 436 | 121 | 115 |
| Binary | 11011110 | 10010101 | 11110100 | 1001 | 100111 | 0 | 100 | 100011110 | 1010001 | 1001101 |
Color Harmonies of #DE95F4
Complementary color
Monochromatic Colors of #DE95F4
Black with #DE95F4
Text Example
Text Example
White with #DE95F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95F4; }
p { color: rgb(222,149,244); }
H1.HeaderClassName
{
color: #DE95F4;
}
.AnyTagClassName
{
color: #DE95F4;
}
</style>
background-color css
<style>
a { background-color: #DE95F4; }
a { background-color: rgb(222,149,244); }
div.DivClassName
{
background-color: #DE95F4;
}
.BgClassName
{
background-color: #DE95F4;
}
</style>
border-color css
<style>
span { border-color: #DE95F4; }
span { border-color: rgb(222,149,244); }
td.TdClassName
{
border-color: #DE95F4;
}
.TagClassName
{
border-color: #DE95F4;
}
</style>