Shades of Plum #DD8BCE
Tints of Plum #DD8BCE
RGB
CMYK
RGB Variations
Color information
#DD8BCE (or 0xDD8BCE) is known color: Plum. HEX triplet: DD, 8B and CE. RGB value is (221,139,206). Sum of RGB (Red+Green+Blue) = 221+139+206=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BCE is #227431. Grayscale: #AAAAAA. Windows color (decimal): -2257970 or 13536221. OLE color: 13536221.
HSL color Cylindrical-coordinate representation of color #DD8BCE: hue angle of 310.98º 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 #DD8BCE is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 206 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.13 |
| HSL | 310.98º | 0.55% | 0.71% | - |
| HSV(B) | 310.98º | 0.37% | 0.87% | - |
| XYZ | 50.19 | 38.29 | 63.14 | - |
| YUV | 171.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 206 | 0 | 0.37 | 0.07 | 0.13 | 310.98 | 0.55 | 0.71 |
| Hex | DD | 8B | CE | 0 | 25 | 7 | D | 137 | 37 | 47 |
| Octal | 335 | 213 | 316 | 0 | 45 | 7 | 15 | 467 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11001110 | 0 | 100101 | 111 | 1101 | 100110111 | 110111 | 1000111 |
Color Harmonies of #DD8BCE
Complementary color
Monochromatic Colors of #DD8BCE
Black with #DD8BCE
Text Example
Text Example
White with #DD8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BCE; }
p { color: rgb(221,139,206); }
H1.HeaderClassName
{
color: #DD8BCE;
}
.AnyTagClassName
{
color: #DD8BCE;
}
</style>
background-color css
<style>
a { background-color: #DD8BCE; }
a { background-color: rgb(221,139,206); }
div.DivClassName
{
background-color: #DD8BCE;
}
.BgClassName
{
background-color: #DD8BCE;
}
</style>
border-color css
<style>
span { border-color: #DD8BCE; }
span { border-color: rgb(221,139,206); }
td.TdClassName
{
border-color: #DD8BCE;
}
.TagClassName
{
border-color: #DD8BCE;
}
</style>