Shades of Plum #DDA6DB
Tints of Plum #DDA6DB
RGB
CMYK
RGB Variations
Color information
#DDA6DB (or 0xDDA6DB) is known color: Plum. HEX triplet: DD, A6 and DB. RGB value is (221,166,219). Sum of RGB (Red+Green+Blue) = 221+166+219=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DB is #225924. Grayscale: #BCBCBC. Windows color (decimal): -2251045 or 14395101. OLE color: 14395101.
HSL color Cylindrical-coordinate representation of color #DDA6DB: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6DB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 219 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.13 |
| HSL | 302.18º | 0.45% | 0.76% | - |
| HSV(B) | 302.18º | 0.25% | 0.87% | - |
| XYZ | 56.24 | 47.76 | 73.27 | - |
| YUV | 188.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 219 | 0 | 0.25 | 0.01 | 0.13 | 302.18 | 0.45 | 0.76 |
| Hex | DD | A6 | DB | 0 | 19 | 1 | D | 12E | 2D | 4C |
| Octal | 335 | 246 | 333 | 0 | 31 | 1 | 15 | 456 | 55 | 114 |
| Binary | 11011101 | 10100110 | 11011011 | 0 | 11001 | 1 | 1101 | 100101110 | 101101 | 1001100 |
Color Harmonies of #DDA6DB
Complementary color
Monochromatic Colors of #DDA6DB
Black with #DDA6DB
Text Example
Text Example
White with #DDA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6DB; }
p { color: rgb(221,166,219); }
H1.HeaderClassName
{
color: #DDA6DB;
}
.AnyTagClassName
{
color: #DDA6DB;
}
</style>
background-color css
<style>
a { background-color: #DDA6DB; }
a { background-color: rgb(221,166,219); }
div.DivClassName
{
background-color: #DDA6DB;
}
.BgClassName
{
background-color: #DDA6DB;
}
</style>
border-color css
<style>
span { border-color: #DDA6DB; }
span { border-color: rgb(221,166,219); }
td.TdClassName
{
border-color: #DDA6DB;
}
.TagClassName
{
border-color: #DDA6DB;
}
</style>