Shades of Plum #DD9FDE
Tints of Plum #DD9FDE
RGB
CMYK
RGB Variations
Color information
#DD9FDE (or 0xDD9FDE) is known color: Plum. HEX triplet: DD, 9F and DE. RGB value is (221,159,222). Sum of RGB (Red+Green+Blue) = 221+159+222=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDE is #226021. Grayscale: #B8B8B8. Windows color (decimal): -2252834 or 14589917. OLE color: 14589917.
HSL color Cylindrical-coordinate representation of color #DD9FDE: hue angle of 299.05º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FDE is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 222 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.13 |
| HSL | 299.05º | 0.49% | 0.75% | - |
| HSV(B) | 299.05º | 0.28% | 0.87% | - |
| XYZ | 55.4 | 45.44 | 74.96 | - |
| YUV | 184.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 222 | 0.00 | 0.28 | 0 | 0.13 | 299.05 | 0.49 | 0.75 |
| Hex | DD | 9F | DE | 0 | 1C | 0 | D | 12B | 31 | 4B |
| Octal | 335 | 237 | 336 | 0 | 34 | 0 | 15 | 453 | 61 | 113 |
| Binary | 11011101 | 10011111 | 11011110 | 0 | 11100 | 0 | 1101 | 100101011 | 110001 | 1001011 |
Color Harmonies of #DD9FDE
Complementary color
Monochromatic Colors of #DD9FDE
Black with #DD9FDE
Text Example
Text Example
White with #DD9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FDE; }
p { color: rgb(221,159,222); }
H1.HeaderClassName
{
color: #DD9FDE;
}
.AnyTagClassName
{
color: #DD9FDE;
}
</style>
background-color css
<style>
a { background-color: #DD9FDE; }
a { background-color: rgb(221,159,222); }
div.DivClassName
{
background-color: #DD9FDE;
}
.BgClassName
{
background-color: #DD9FDE;
}
</style>
border-color css
<style>
span { border-color: #DD9FDE; }
span { border-color: rgb(221,159,222); }
td.TdClassName
{
border-color: #DD9FDE;
}
.TagClassName
{
border-color: #DD9FDE;
}
</style>