Shades of Plum #DD8BD4
Tints of Plum #DD8BD4
RGB
CMYK
RGB Variations
Color information
#DD8BD4 (or 0xDD8BD4) is known color: Plum. HEX triplet: DD, 8B and D4. RGB value is (221,139,212). Sum of RGB (Red+Green+Blue) = 221+139+212=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BD4 is #22742B. Grayscale: #ABABAB. Windows color (decimal): -2257964 or 13929437. OLE color: 13929437.
HSL color Cylindrical-coordinate representation of color #DD8BD4: hue angle of 306.59º 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 #DD8BD4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 212 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.13 |
| HSL | 306.59º | 0.55% | 0.71% | - |
| HSV(B) | 306.59º | 0.37% | 0.87% | - |
| XYZ | 50.94 | 38.59 | 67.05 | - |
| YUV | 171.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 212 | 0 | 0.37 | 0.04 | 0.13 | 306.59 | 0.55 | 0.71 |
| Hex | DD | 8B | D4 | 0 | 25 | 4 | D | 133 | 37 | 47 |
| Octal | 335 | 213 | 324 | 0 | 45 | 4 | 15 | 463 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11010100 | 0 | 100101 | 100 | 1101 | 100110011 | 110111 | 1000111 |
Color Harmonies of #DD8BD4
Complementary color
Monochromatic Colors of #DD8BD4
Black with #DD8BD4
Text Example
Text Example
White with #DD8BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BD4; }
p { color: rgb(221,139,212); }
H1.HeaderClassName
{
color: #DD8BD4;
}
.AnyTagClassName
{
color: #DD8BD4;
}
</style>
background-color css
<style>
a { background-color: #DD8BD4; }
a { background-color: rgb(221,139,212); }
div.DivClassName
{
background-color: #DD8BD4;
}
.BgClassName
{
background-color: #DD8BD4;
}
</style>
border-color css
<style>
span { border-color: #DD8BD4; }
span { border-color: rgb(221,139,212); }
td.TdClassName
{
border-color: #DD8BD4;
}
.TagClassName
{
border-color: #DD8BD4;
}
</style>