Shades of Plum #DD9FED
Tints of Plum #DD9FED
RGB
CMYK
RGB Variations
Color information
#DD9FED (or 0xDD9FED) is known color: Plum. HEX triplet: DD, 9F and ED. RGB value is (221,159,237). Sum of RGB (Red+Green+Blue) = 221+159+237=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FED is #226012. Grayscale: #BABABA. Windows color (decimal): -2252819 or 15572957. OLE color: 15572957.
HSL color Cylindrical-coordinate representation of color #DD9FED: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9FED is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 159 | 237 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.07 |
| HSL | 287.69º | 0.68% | 0.78% | - |
| HSV(B) | 287.69º | 0.33% | 0.93% | - |
| XYZ | 57.5 | 46.28 | 86.02 | - |
| YUV | 186.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 237 | 0.07 | 0.33 | 0 | 0.07 | 287.69 | 0.68 | 0.78 |
| Hex | DD | 9F | ED | 7 | 21 | 0 | 7 | 120 | 44 | 4E |
| Octal | 335 | 237 | 355 | 7 | 41 | 0 | 7 | 440 | 104 | 116 |
| Binary | 11011101 | 10011111 | 11101101 | 111 | 100001 | 0 | 111 | 100100000 | 1000100 | 1001110 |
Color Harmonies of #DD9FED
Complementary color
Monochromatic Colors of #DD9FED
Black with #DD9FED
Text Example
Text Example
White with #DD9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FED; }
p { color: rgb(221,159,237); }
H1.HeaderClassName
{
color: #DD9FED;
}
.AnyTagClassName
{
color: #DD9FED;
}
</style>
background-color css
<style>
a { background-color: #DD9FED; }
a { background-color: rgb(221,159,237); }
div.DivClassName
{
background-color: #DD9FED;
}
.BgClassName
{
background-color: #DD9FED;
}
</style>
border-color css
<style>
span { border-color: #DD9FED; }
span { border-color: rgb(221,159,237); }
td.TdClassName
{
border-color: #DD9FED;
}
.TagClassName
{
border-color: #DD9FED;
}
</style>