Shades of Plum #DDA1ED
Tints of Plum #DDA1ED
RGB
CMYK
RGB Variations
Color information
#DDA1ED (or 0xDDA1ED) is known color: Plum. HEX triplet: DD, A1 and ED. RGB value is (221,161,237). Sum of RGB (Red+Green+Blue) = 221+161+237=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1ED is #225E12. Grayscale: #BBBBBB. Windows color (decimal): -2252307 or 15573469. OLE color: 15573469.
HSL color Cylindrical-coordinate representation of color #DDA1ED: hue angle of 287.37º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA1ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 161 | 237 | - |
CMYK | 0.07 | 0.32 | 0 | 0.07 |
HSL | 287.37º | 0.68% | 0.78% | - |
HSV(B) | 287.37º | 0.32% | 0.93% | - |
XYZ | 57.85 | 46.98 | 86.14 | - |
YUV | 187.6 | 155.88 | 151.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 161 | 237 | 0.07 | 0.32 | 0 | 0.07 | 287.37 | 0.68 | 0.78 |
Hex | DD | A1 | ED | 7 | 20 | 0 | 7 | 11F | 44 | 4E |
Octal | 335 | 241 | 355 | 7 | 40 | 0 | 7 | 437 | 104 | 116 |
Binary | 11011101 | 10100001 | 11101101 | 111 | 100000 | 0 | 111 | 100011111 | 1000100 | 1001110 |
Color Harmonies of #DDA1ED
Complementary color
Monochromatic Colors of #DDA1ED
Black with #DDA1ED
Text Example
Text Example
White with #DDA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1ED; }
p { color: rgb(221,161,237); }
H1.HeaderClassName
{
color: #DDA1ED;
}
.AnyTagClassName
{
color: #DDA1ED;
}
</style>
background-color css
<style>
a { background-color: #DDA1ED; }
a { background-color: rgb(221,161,237); }
div.DivClassName
{
background-color: #DDA1ED;
}
.BgClassName
{
background-color: #DDA1ED;
}
</style>
border-color css
<style>
span { border-color: #DDA1ED; }
span { border-color: rgb(221,161,237); }
td.TdClassName
{
border-color: #DDA1ED;
}
.TagClassName
{
border-color: #DDA1ED;
}
</style>