Shades of Plum #DE97D3
Tints of Plum #DE97D3
RGB
CMYK
RGB Variations
Color information
#DE97D3 (or 0xDE97D3) is known color: Plum. HEX triplet: DE, 97 and D3. RGB value is (222,151,211). Sum of RGB (Red+Green+Blue) = 222+151+211=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97D3 is #21682C. Grayscale: #B2B2B2. Windows color (decimal): -2189357 or 13866974. OLE color: 13866974.
HSL color Cylindrical-coordinate representation of color #DE97D3: hue angle of 309.3º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE97D3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 211 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.13 |
| HSL | 309.3º | 0.52% | 0.73% | - |
| HSV(B) | 309.3º | 0.32% | 0.87% | - |
| XYZ | 52.95 | 42.37 | 67.01 | - |
| YUV | 179.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 211 | 0 | 0.32 | 0.05 | 0.13 | 309.3 | 0.52 | 0.73 |
| Hex | DE | 97 | D3 | 0 | 20 | 5 | D | 135 | 34 | 49 |
| Octal | 336 | 227 | 323 | 0 | 40 | 5 | 15 | 465 | 64 | 111 |
| Binary | 11011110 | 10010111 | 11010011 | 0 | 100000 | 101 | 1101 | 100110101 | 110100 | 1001001 |
Color Harmonies of #DE97D3
Complementary color
Monochromatic Colors of #DE97D3
Black with #DE97D3
Text Example
Text Example
White with #DE97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97D3; }
p { color: rgb(222,151,211); }
H1.HeaderClassName
{
color: #DE97D3;
}
.AnyTagClassName
{
color: #DE97D3;
}
</style>
background-color css
<style>
a { background-color: #DE97D3; }
a { background-color: rgb(222,151,211); }
div.DivClassName
{
background-color: #DE97D3;
}
.BgClassName
{
background-color: #DE97D3;
}
</style>
border-color css
<style>
span { border-color: #DE97D3; }
span { border-color: rgb(222,151,211); }
td.TdClassName
{
border-color: #DE97D3;
}
.TagClassName
{
border-color: #DE97D3;
}
</style>