Shades of Plum #DD94EE
Tints of Plum #DD94EE
RGB
CMYK
RGB Variations
Color information
#DD94EE (or 0xDD94EE) is known color: Plum. HEX triplet: DD, 94 and EE. RGB value is (221,148,238). Sum of RGB (Red+Green+Blue) = 221+148+238=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94EE is #226B11. Grayscale: #B3B3B3. Windows color (decimal): -2255634 or 15635677. OLE color: 15635677.
HSL color Cylindrical-coordinate representation of color #DD94EE: hue angle of 288.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD94EE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 148 | 238 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 288.67º | 0.73% | 0.76% | - |
| HSV(B) | 288.67º | 0.38% | 0.93% | - |
| XYZ | 55.84 | 42.73 | 86.19 | - |
| YUV | 180.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 238 | 0.07 | 0.38 | 0 | 0.07 | 288.67 | 0.73 | 0.76 |
| Hex | DD | 94 | EE | 7 | 26 | 0 | 7 | 121 | 49 | 4C |
| Octal | 335 | 224 | 356 | 7 | 46 | 0 | 7 | 441 | 111 | 114 |
| Binary | 11011101 | 10010100 | 11101110 | 111 | 100110 | 0 | 111 | 100100001 | 1001001 | 1001100 |
Color Harmonies of #DD94EE
Complementary color
Monochromatic Colors of #DD94EE
Black with #DD94EE
Text Example
Text Example
White with #DD94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94EE; }
p { color: rgb(221,148,238); }
H1.HeaderClassName
{
color: #DD94EE;
}
.AnyTagClassName
{
color: #DD94EE;
}
</style>
background-color css
<style>
a { background-color: #DD94EE; }
a { background-color: rgb(221,148,238); }
div.DivClassName
{
background-color: #DD94EE;
}
.BgClassName
{
background-color: #DD94EE;
}
</style>
border-color css
<style>
span { border-color: #DD94EE; }
span { border-color: rgb(221,148,238); }
td.TdClassName
{
border-color: #DD94EE;
}
.TagClassName
{
border-color: #DD94EE;
}
</style>