Shades of Plum #DDA3DD
Tints of Plum #DDA3DD
RGB
CMYK
RGB Variations
Color information
#DDA3DD (or 0xDDA3DD) is known color: Plum. HEX triplet: DD, A3 and DD. RGB value is (221,163,221). Sum of RGB (Red+Green+Blue) = 221+163+221=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3DD is #225C22. Grayscale: #BABABA. Windows color (decimal): -2251811 or 14525405. OLE color: 14525405.
HSL color Cylindrical-coordinate representation of color #DDA3DD: hue angle of 300º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA3DD is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 163 | 221 | - |
CMYK | 0 | 0.26 | 0 | 0.13 |
HSL | 300º | 0.46% | 0.75% | - |
HSV(B) | 300º | 0.26% | 0.87% | - |
XYZ | 55.97 | 46.79 | 74.49 | - |
YUV | 186.95 | 147.22 | 152.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 163 | 221 | 0 | 0.26 | 0 | 0.13 | 300 | 0.46 | 0.75 |
Hex | DD | A3 | DD | 0 | 1A | 0 | D | 12C | 2E | 4B |
Octal | 335 | 243 | 335 | 0 | 32 | 0 | 15 | 454 | 56 | 113 |
Binary | 11011101 | 10100011 | 11011101 | 0 | 11010 | 0 | 1101 | 100101100 | 101110 | 1001011 |
Color Harmonies of #DDA3DD
Complementary color
Monochromatic Colors of #DDA3DD
Black with #DDA3DD
Text Example
Text Example
White with #DDA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3DD; }
p { color: rgb(221,163,221); }
H1.HeaderClassName
{
color: #DDA3DD;
}
.AnyTagClassName
{
color: #DDA3DD;
}
</style>
background-color css
<style>
a { background-color: #DDA3DD; }
a { background-color: rgb(221,163,221); }
div.DivClassName
{
background-color: #DDA3DD;
}
.BgClassName
{
background-color: #DDA3DD;
}
</style>
border-color css
<style>
span { border-color: #DDA3DD; }
span { border-color: rgb(221,163,221); }
td.TdClassName
{
border-color: #DDA3DD;
}
.TagClassName
{
border-color: #DDA3DD;
}
</style>