Shades of Plum #DD8BE1
Tints of Plum #DD8BE1
RGB
CMYK
RGB Variations
Color information
#DD8BE1 (or 0xDD8BE1) is known color: Plum. HEX triplet: DD, 8B and E1. RGB value is (221,139,225). Sum of RGB (Red+Green+Blue) = 221+139+225=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BE1 is #22741E. Grayscale: #ADADAD. Windows color (decimal): -2257951 or 14781405. OLE color: 14781405.
HSL color Cylindrical-coordinate representation of color #DD8BE1: hue angle of 297.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8BE1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 139 | 225 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.12 |
| HSL | 297.21º | 0.59% | 0.71% | - |
| HSV(B) | 297.21º | 0.38% | 0.88% | - |
| XYZ | 52.64 | 39.27 | 76.04 | - |
| YUV | 173.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 225 | 0.02 | 0.38 | 0 | 0.12 | 297.21 | 0.59 | 0.71 |
| Hex | DD | 8B | E1 | 2 | 26 | 0 | C | 129 | 3B | 47 |
| Octal | 335 | 213 | 341 | 2 | 46 | 0 | 14 | 451 | 73 | 107 |
| Binary | 11011101 | 10001011 | 11100001 | 10 | 100110 | 0 | 1100 | 100101001 | 111011 | 1000111 |
Color Harmonies of #DD8BE1
Complementary color
Monochromatic Colors of #DD8BE1
Black with #DD8BE1
Text Example
Text Example
White with #DD8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BE1; }
p { color: rgb(221,139,225); }
H1.HeaderClassName
{
color: #DD8BE1;
}
.AnyTagClassName
{
color: #DD8BE1;
}
</style>
background-color css
<style>
a { background-color: #DD8BE1; }
a { background-color: rgb(221,139,225); }
div.DivClassName
{
background-color: #DD8BE1;
}
.BgClassName
{
background-color: #DD8BE1;
}
</style>
border-color css
<style>
span { border-color: #DD8BE1; }
span { border-color: rgb(221,139,225); }
td.TdClassName
{
border-color: #DD8BE1;
}
.TagClassName
{
border-color: #DD8BE1;
}
</style>