Shades of Plum #DD9BED
Tints of Plum #DD9BED
RGB
CMYK
RGB Variations
Color information
#DD9BED (or 0xDD9BED) is known color: Plum. HEX triplet: DD, 9B and ED. RGB value is (221,155,237). Sum of RGB (Red+Green+Blue) = 221+155+237=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BED is #226412. Grayscale: #B7B7B7. Windows color (decimal): -2253843 or 15571933. OLE color: 15571933.
HSL color Cylindrical-coordinate representation of color #DD9BED: hue angle of 288.29º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9BED is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 155 | 237 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.07 |
| HSL | 288.29º | 0.69% | 0.77% | - |
| HSV(B) | 288.29º | 0.35% | 0.93% | - |
| XYZ | 56.83 | 44.93 | 85.8 | - |
| YUV | 184.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 237 | 0.07 | 0.35 | 0 | 0.07 | 288.29 | 0.69 | 0.77 |
| Hex | DD | 9B | ED | 7 | 23 | 0 | 7 | 120 | 45 | 4D |
| Octal | 335 | 233 | 355 | 7 | 43 | 0 | 7 | 440 | 105 | 115 |
| Binary | 11011101 | 10011011 | 11101101 | 111 | 100011 | 0 | 111 | 100100000 | 1000101 | 1001101 |
Color Harmonies of #DD9BED
Complementary color
Monochromatic Colors of #DD9BED
Black with #DD9BED
Text Example
Text Example
White with #DD9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BED; }
p { color: rgb(221,155,237); }
H1.HeaderClassName
{
color: #DD9BED;
}
.AnyTagClassName
{
color: #DD9BED;
}
</style>
background-color css
<style>
a { background-color: #DD9BED; }
a { background-color: rgb(221,155,237); }
div.DivClassName
{
background-color: #DD9BED;
}
.BgClassName
{
background-color: #DD9BED;
}
</style>
border-color css
<style>
span { border-color: #DD9BED; }
span { border-color: rgb(221,155,237); }
td.TdClassName
{
border-color: #DD9BED;
}
.TagClassName
{
border-color: #DD9BED;
}
</style>