Shades of Plum #DDA8DF
Tints of Plum #DDA8DF
RGB
CMYK
RGB Variations
Color information
#DDA8DF (or 0xDDA8DF) is known color: Plum. HEX triplet: DD, A8 and DF. RGB value is (221,168,223). Sum of RGB (Red+Green+Blue) = 221+168+223=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DF is #225720. Grayscale: #BDBDBD. Windows color (decimal): -2250529 or 14657757. OLE color: 14657757.
HSL color Cylindrical-coordinate representation of color #DDA8DF: hue angle of 297.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA8DF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 223 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.13 |
| HSL | 297.82º | 0.46% | 0.77% | - |
| HSV(B) | 297.82º | 0.25% | 0.87% | - |
| XYZ | 57.14 | 48.71 | 76.2 | - |
| YUV | 190.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 223 | 0.01 | 0.25 | 0 | 0.13 | 297.82 | 0.46 | 0.77 |
| Hex | DD | A8 | DF | 1 | 19 | 0 | D | 12A | 2E | 4D |
| Octal | 335 | 250 | 337 | 1 | 31 | 0 | 15 | 452 | 56 | 115 |
| Binary | 11011101 | 10101000 | 11011111 | 1 | 11001 | 0 | 1101 | 100101010 | 101110 | 1001101 |
Color Harmonies of #DDA8DF
Complementary color
Monochromatic Colors of #DDA8DF
Black with #DDA8DF
Text Example
Text Example
White with #DDA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8DF; }
p { color: rgb(221,168,223); }
H1.HeaderClassName
{
color: #DDA8DF;
}
.AnyTagClassName
{
color: #DDA8DF;
}
</style>
background-color css
<style>
a { background-color: #DDA8DF; }
a { background-color: rgb(221,168,223); }
div.DivClassName
{
background-color: #DDA8DF;
}
.BgClassName
{
background-color: #DDA8DF;
}
</style>
border-color css
<style>
span { border-color: #DDA8DF; }
span { border-color: rgb(221,168,223); }
td.TdClassName
{
border-color: #DDA8DF;
}
.TagClassName
{
border-color: #DDA8DF;
}
</style>