Shades of Plum #DD9FDA
Tints of Plum #DD9FDA
RGB
CMYK
RGB Variations
Color information
#DD9FDA (or 0xDD9FDA) is known color: Plum. HEX triplet: DD, 9F and DA. RGB value is (221,159,218). Sum of RGB (Red+Green+Blue) = 221+159+218=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDA is #226025. Grayscale: #B8B8B8. Windows color (decimal): -2252838 or 14327773. OLE color: 14327773.
HSL color Cylindrical-coordinate representation of color #DD9FDA: hue angle of 302.9º degrees, saturation: 0.48, 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 #DD9FDA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 218 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.13 |
| HSL | 302.9º | 0.48% | 0.75% | - |
| HSV(B) | 302.9º | 0.28% | 0.87% | - |
| XYZ | 54.87 | 45.23 | 72.17 | - |
| YUV | 184.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 218 | 0 | 0.28 | 0.01 | 0.13 | 302.9 | 0.48 | 0.75 |
| Hex | DD | 9F | DA | 0 | 1C | 1 | D | 12F | 30 | 4B |
| Octal | 335 | 237 | 332 | 0 | 34 | 1 | 15 | 457 | 60 | 113 |
| Binary | 11011101 | 10011111 | 11011010 | 0 | 11100 | 1 | 1101 | 100101111 | 110000 | 1001011 |
Color Harmonies of #DD9FDA
Complementary color
Monochromatic Colors of #DD9FDA
Black with #DD9FDA
Text Example
Text Example
White with #DD9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FDA; }
p { color: rgb(221,159,218); }
H1.HeaderClassName
{
color: #DD9FDA;
}
.AnyTagClassName
{
color: #DD9FDA;
}
</style>
background-color css
<style>
a { background-color: #DD9FDA; }
a { background-color: rgb(221,159,218); }
div.DivClassName
{
background-color: #DD9FDA;
}
.BgClassName
{
background-color: #DD9FDA;
}
</style>
border-color css
<style>
span { border-color: #DD9FDA; }
span { border-color: rgb(221,159,218); }
td.TdClassName
{
border-color: #DD9FDA;
}
.TagClassName
{
border-color: #DD9FDA;
}
</style>