Shades of Plum #DD9BE7
Tints of Plum #DD9BE7
RGB
CMYK
RGB Variations
Color information
#DD9BE7 (or 0xDD9BE7) is known color: Plum. HEX triplet: DD, 9B and E7. RGB value is (221,155,231). Sum of RGB (Red+Green+Blue) = 221+155+231=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD9BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BE7 is #226418. Grayscale: #B7B7B7. Windows color (decimal): -2253849 or 15178717. OLE color: 15178717.
HSL color Cylindrical-coordinate representation of color #DD9BE7: hue angle of 292.11º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9BE7 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 155 | 231 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.09 |
| HSL | 292.11º | 0.61% | 0.76% | - |
| HSV(B) | 292.11º | 0.33% | 0.91% | - |
| XYZ | 55.96 | 44.58 | 81.26 | - |
| YUV | 183.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 231 | 0.04 | 0.33 | 0 | 0.09 | 292.11 | 0.61 | 0.76 |
| Hex | DD | 9B | E7 | 4 | 21 | 0 | 9 | 124 | 3D | 4C |
| Octal | 335 | 233 | 347 | 4 | 41 | 0 | 11 | 444 | 75 | 114 |
| Binary | 11011101 | 10011011 | 11100111 | 100 | 100001 | 0 | 1001 | 100100100 | 111101 | 1001100 |
Color Harmonies of #DD9BE7
Complementary color
Monochromatic Colors of #DD9BE7
Black with #DD9BE7
Text Example
Text Example
White with #DD9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BE7; }
p { color: rgb(221,155,231); }
H1.HeaderClassName
{
color: #DD9BE7;
}
.AnyTagClassName
{
color: #DD9BE7;
}
</style>
background-color css
<style>
a { background-color: #DD9BE7; }
a { background-color: rgb(221,155,231); }
div.DivClassName
{
background-color: #DD9BE7;
}
.BgClassName
{
background-color: #DD9BE7;
}
</style>
border-color css
<style>
span { border-color: #DD9BE7; }
span { border-color: rgb(221,155,231); }
td.TdClassName
{
border-color: #DD9BE7;
}
.TagClassName
{
border-color: #DD9BE7;
}
</style>