Shades of Plum #DD8BDD
Tints of Plum #DD8BDD
RGB
CMYK
RGB Variations
Color information
#DD8BDD (or 0xDD8BDD) is known color: Plum. HEX triplet: DD, 8B and DD. RGB value is (221,139,221). Sum of RGB (Red+Green+Blue) = 221+139+221=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BDD is #227422. Grayscale: #ACACAC. Windows color (decimal): -2257955 or 14519261. OLE color: 14519261.
HSL color Cylindrical-coordinate representation of color #DD8BDD: hue angle of 300º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BDD is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 221 | - |
| CMYK | 0 | 0.37 | 0 | 0.13 |
| HSL | 300º | 0.55% | 0.71% | - |
| HSV(B) | 300º | 0.37% | 0.87% | - |
| XYZ | 52.1 | 39.06 | 73.2 | - |
| YUV | 172.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 221 | 0 | 0.37 | 0 | 0.13 | 300 | 0.55 | 0.71 |
| Hex | DD | 8B | DD | 0 | 25 | 0 | D | 12C | 37 | 47 |
| Octal | 335 | 213 | 335 | 0 | 45 | 0 | 15 | 454 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11011101 | 0 | 100101 | 0 | 1101 | 100101100 | 110111 | 1000111 |
Color Harmonies of #DD8BDD
Complementary color
Monochromatic Colors of #DD8BDD
Black with #DD8BDD
Text Example
Text Example
White with #DD8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BDD; }
p { color: rgb(221,139,221); }
H1.HeaderClassName
{
color: #DD8BDD;
}
.AnyTagClassName
{
color: #DD8BDD;
}
</style>
background-color css
<style>
a { background-color: #DD8BDD; }
a { background-color: rgb(221,139,221); }
div.DivClassName
{
background-color: #DD8BDD;
}
.BgClassName
{
background-color: #DD8BDD;
}
</style>
border-color css
<style>
span { border-color: #DD8BDD; }
span { border-color: rgb(221,139,221); }
td.TdClassName
{
border-color: #DD8BDD;
}
.TagClassName
{
border-color: #DD8BDD;
}
</style>