Shades of Plum #DE94F2
Tints of Plum #DE94F2
RGB
CMYK
RGB Variations
Color information
#DE94F2 (or 0xDE94F2) is known color: Plum. HEX triplet: DE, 94 and F2. RGB value is (222,148,242). Sum of RGB (Red+Green+Blue) = 222+148+242=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE94F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94F2 is #216B0D. Grayscale: #B4B4B4. Windows color (decimal): -2190094 or 15897822. OLE color: 15897822.
HSL color Cylindrical-coordinate representation of color #DE94F2: hue angle of 287.23º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE94F2 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 148 | 242 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.05 |
| HSL | 287.23º | 0.78% | 0.76% | - |
| HSV(B) | 287.23º | 0.39% | 0.95% | - |
| XYZ | 56.74 | 43.12 | 89.34 | - |
| YUV | 180.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 242 | 0.08 | 0.39 | 0 | 0.05 | 287.23 | 0.78 | 0.76 |
| Hex | DE | 94 | F2 | 8 | 27 | 0 | 5 | 11F | 4E | 4C |
| Octal | 336 | 224 | 362 | 10 | 47 | 0 | 5 | 437 | 116 | 114 |
| Binary | 11011110 | 10010100 | 11110010 | 1000 | 100111 | 0 | 101 | 100011111 | 1001110 | 1001100 |
Color Harmonies of #DE94F2
Complementary color
Monochromatic Colors of #DE94F2
Black with #DE94F2
Text Example
Text Example
White with #DE94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94F2; }
p { color: rgb(222,148,242); }
H1.HeaderClassName
{
color: #DE94F2;
}
.AnyTagClassName
{
color: #DE94F2;
}
</style>
background-color css
<style>
a { background-color: #DE94F2; }
a { background-color: rgb(222,148,242); }
div.DivClassName
{
background-color: #DE94F2;
}
.BgClassName
{
background-color: #DE94F2;
}
</style>
border-color css
<style>
span { border-color: #DE94F2; }
span { border-color: rgb(222,148,242); }
td.TdClassName
{
border-color: #DE94F2;
}
.TagClassName
{
border-color: #DE94F2;
}
</style>