Shades of Plum #DDA5ED
Tints of Plum #DDA5ED
RGB
CMYK
RGB Variations
Color information
#DDA5ED (or 0xDDA5ED) is known color: Plum. HEX triplet: DD, A5 and ED. RGB value is (221,165,237). Sum of RGB (Red+Green+Blue) = 221+165+237=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5ED is #225A12. Grayscale: #BDBDBD. Windows color (decimal): -2251283 or 15574493. OLE color: 15574493.
HSL color Cylindrical-coordinate representation of color #DDA5ED: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA5ED is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 165 | 237 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 286.67º | 0.67% | 0.79% | - |
| HSV(B) | 286.67º | 0.3% | 0.93% | - |
| XYZ | 58.56 | 48.4 | 86.38 | - |
| YUV | 189.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 237 | 0.07 | 0.30 | 0 | 0.07 | 286.67 | 0.67 | 0.79 |
| Hex | DD | A5 | ED | 7 | 1E | 0 | 7 | 11F | 43 | 4F |
| Octal | 335 | 245 | 355 | 7 | 36 | 0 | 7 | 437 | 103 | 117 |
| Binary | 11011101 | 10100101 | 11101101 | 111 | 11110 | 0 | 111 | 100011111 | 1000011 | 1001111 |
Color Harmonies of #DDA5ED
Complementary color
Monochromatic Colors of #DDA5ED
Black with #DDA5ED
Text Example
Text Example
White with #DDA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5ED; }
p { color: rgb(221,165,237); }
H1.HeaderClassName
{
color: #DDA5ED;
}
.AnyTagClassName
{
color: #DDA5ED;
}
</style>
background-color css
<style>
a { background-color: #DDA5ED; }
a { background-color: rgb(221,165,237); }
div.DivClassName
{
background-color: #DDA5ED;
}
.BgClassName
{
background-color: #DDA5ED;
}
</style>
border-color css
<style>
span { border-color: #DDA5ED; }
span { border-color: rgb(221,165,237); }
td.TdClassName
{
border-color: #DDA5ED;
}
.TagClassName
{
border-color: #DDA5ED;
}
</style>