Shades of Plum #DE97F3
Tints of Plum #DE97F3
RGB
CMYK
RGB Variations
Color information
#DE97F3 (or 0xDE97F3) is known color: Plum. HEX triplet: DE, 97 and F3. RGB value is (222,151,243). Sum of RGB (Red+Green+Blue) = 222+151+243=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE97F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE97F3 is #21680C. Grayscale: #B6B6B6. Windows color (decimal): -2189325 or 15964126. OLE color: 15964126.
HSL color Cylindrical-coordinate representation of color #DE97F3: hue angle of 286.3º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE97F3 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 151 | 243 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.05 |
| HSL | 286.3º | 0.79% | 0.77% | - |
| HSV(B) | 286.3º | 0.38% | 0.95% | - |
| XYZ | 57.37 | 44.13 | 90.29 | - |
| YUV | 182.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 243 | 0.09 | 0.38 | 0 | 0.05 | 286.3 | 0.79 | 0.77 |
| Hex | DE | 97 | F3 | 9 | 26 | 0 | 5 | 11E | 4F | 4D |
| Octal | 336 | 227 | 363 | 11 | 46 | 0 | 5 | 436 | 117 | 115 |
| Binary | 11011110 | 10010111 | 11110011 | 1001 | 100110 | 0 | 101 | 100011110 | 1001111 | 1001101 |
Color Harmonies of #DE97F3
Complementary color
Monochromatic Colors of #DE97F3
Black with #DE97F3
Text Example
Text Example
White with #DE97F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97F3; }
p { color: rgb(222,151,243); }
H1.HeaderClassName
{
color: #DE97F3;
}
.AnyTagClassName
{
color: #DE97F3;
}
</style>
background-color css
<style>
a { background-color: #DE97F3; }
a { background-color: rgb(222,151,243); }
div.DivClassName
{
background-color: #DE97F3;
}
.BgClassName
{
background-color: #DE97F3;
}
</style>
border-color css
<style>
span { border-color: #DE97F3; }
span { border-color: rgb(222,151,243); }
td.TdClassName
{
border-color: #DE97F3;
}
.TagClassName
{
border-color: #DE97F3;
}
</style>