Shades of Plum #DD9FEA
Tints of Plum #DD9FEA
RGB
CMYK
RGB Variations
Color information
#DD9FEA (or 0xDD9FEA) is known color: Plum. HEX triplet: DD, 9F and EA. RGB value is (221,159,234). Sum of RGB (Red+Green+Blue) = 221+159+234=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FEA is #226015. Grayscale: #B9B9B9. Windows color (decimal): -2252822 or 15376349. OLE color: 15376349.
HSL color Cylindrical-coordinate representation of color #DD9FEA: hue angle of 289.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9FEA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 159 | 234 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.08 |
| HSL | 289.6º | 0.64% | 0.77% | - |
| HSV(B) | 289.6º | 0.32% | 0.92% | - |
| XYZ | 57.07 | 46.11 | 83.73 | - |
| YUV | 186.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 234 | 0.06 | 0.32 | 0 | 0.08 | 289.6 | 0.64 | 0.77 |
| Hex | DD | 9F | EA | 6 | 20 | 0 | 8 | 122 | 40 | 4D |
| Octal | 335 | 237 | 352 | 6 | 40 | 0 | 10 | 442 | 100 | 115 |
| Binary | 11011101 | 10011111 | 11101010 | 110 | 100000 | 0 | 1000 | 100100010 | 1000000 | 1001101 |
Color Harmonies of #DD9FEA
Complementary color
Monochromatic Colors of #DD9FEA
Black with #DD9FEA
Text Example
Text Example
White with #DD9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FEA; }
p { color: rgb(221,159,234); }
H1.HeaderClassName
{
color: #DD9FEA;
}
.AnyTagClassName
{
color: #DD9FEA;
}
</style>
background-color css
<style>
a { background-color: #DD9FEA; }
a { background-color: rgb(221,159,234); }
div.DivClassName
{
background-color: #DD9FEA;
}
.BgClassName
{
background-color: #DD9FEA;
}
</style>
border-color css
<style>
span { border-color: #DD9FEA; }
span { border-color: rgb(221,159,234); }
td.TdClassName
{
border-color: #DD9FEA;
}
.TagClassName
{
border-color: #DD9FEA;
}
</style>