Shades of Plum #DDA6D4
Tints of Plum #DDA6D4
RGB
CMYK
RGB Variations
Color information
#DDA6D4 (or 0xDDA6D4) is known color: Plum. HEX triplet: DD, A6 and D4. RGB value is (221,166,212). Sum of RGB (Red+Green+Blue) = 221+166+212=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D4 is #22592B. Grayscale: #BBBBBB. Windows color (decimal): -2251052 or 13936349. OLE color: 13936349.
HSL color Cylindrical-coordinate representation of color #DDA6D4: hue angle of 309.82º 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 #DDA6D4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 166 | 212 | - |
CMYK | 0 | 0.25 | 0.04 | 0.13 |
HSL | 309.82º | 0.45% | 0.76% | - |
HSV(B) | 309.82º | 0.25% | 0.87% | - |
XYZ | 55.34 | 47.4 | 68.52 | - |
YUV | 187.69 | 141.72 | 151.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 166 | 212 | 0 | 0.25 | 0.04 | 0.13 | 309.82 | 0.45 | 0.76 |
Hex | DD | A6 | D4 | 0 | 19 | 4 | D | 136 | 2D | 4C |
Octal | 335 | 246 | 324 | 0 | 31 | 4 | 15 | 466 | 55 | 114 |
Binary | 11011101 | 10100110 | 11010100 | 0 | 11001 | 100 | 1101 | 100110110 | 101101 | 1001100 |
Color Harmonies of #DDA6D4
Complementary color
Monochromatic Colors of #DDA6D4
Black with #DDA6D4
Text Example
Text Example
White with #DDA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6D4; }
p { color: rgb(221,166,212); }
H1.HeaderClassName
{
color: #DDA6D4;
}
.AnyTagClassName
{
color: #DDA6D4;
}
</style>
background-color css
<style>
a { background-color: #DDA6D4; }
a { background-color: rgb(221,166,212); }
div.DivClassName
{
background-color: #DDA6D4;
}
.BgClassName
{
background-color: #DDA6D4;
}
</style>
border-color css
<style>
span { border-color: #DDA6D4; }
span { border-color: rgb(221,166,212); }
td.TdClassName
{
border-color: #DDA6D4;
}
.TagClassName
{
border-color: #DDA6D4;
}
</style>