Shades of Plum #DD8BCF
Tints of Plum #DD8BCF
RGB
CMYK
RGB Variations
Color information
#DD8BCF (or 0xDD8BCF) is known color: Plum. HEX triplet: DD, 8B and CF. RGB value is (221,139,207). Sum of RGB (Red+Green+Blue) = 221+139+207=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BCF is #227430. Grayscale: #ABABAB. Windows color (decimal): -2257969 or 13601757. OLE color: 13601757.
HSL color Cylindrical-coordinate representation of color #DD8BCF: hue angle of 310.24º 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 #DD8BCF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 207 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.13 |
| HSL | 310.24º | 0.55% | 0.71% | - |
| HSV(B) | 310.24º | 0.37% | 0.87% | - |
| XYZ | 50.31 | 38.34 | 63.78 | - |
| YUV | 171.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 207 | 0 | 0.37 | 0.06 | 0.13 | 310.24 | 0.55 | 0.71 |
| Hex | DD | 8B | CF | 0 | 25 | 6 | D | 136 | 37 | 47 |
| Octal | 335 | 213 | 317 | 0 | 45 | 6 | 15 | 466 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11001111 | 0 | 100101 | 110 | 1101 | 100110110 | 110111 | 1000111 |
Color Harmonies of #DD8BCF
Complementary color
Monochromatic Colors of #DD8BCF
Black with #DD8BCF
Text Example
Text Example
White with #DD8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BCF; }
p { color: rgb(221,139,207); }
H1.HeaderClassName
{
color: #DD8BCF;
}
.AnyTagClassName
{
color: #DD8BCF;
}
</style>
background-color css
<style>
a { background-color: #DD8BCF; }
a { background-color: rgb(221,139,207); }
div.DivClassName
{
background-color: #DD8BCF;
}
.BgClassName
{
background-color: #DD8BCF;
}
</style>
border-color css
<style>
span { border-color: #DD8BCF; }
span { border-color: rgb(221,139,207); }
td.TdClassName
{
border-color: #DD8BCF;
}
.TagClassName
{
border-color: #DD8BCF;
}
</style>