Shades of Plum #DD8FE5
Tints of Plum #DD8FE5
RGB
CMYK
RGB Variations
Color information
#DD8FE5 (or 0xDD8FE5) is known color: Plum. HEX triplet: DD, 8F and E5. RGB value is (221,143,229). Sum of RGB (Red+Green+Blue) = 221+143+229=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FE5 is #22701A. Grayscale: #AFAFAF. Windows color (decimal): -2256923 or 15044573. OLE color: 15044573.
HSL color Cylindrical-coordinate representation of color #DD8FE5: hue angle of 294.42º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8FE5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 143 | 229 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.10 |
| HSL | 294.42º | 0.62% | 0.73% | - |
| HSV(B) | 294.42º | 0.38% | 0.9% | - |
| XYZ | 53.78 | 40.67 | 79.14 | - |
| YUV | 176.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 229 | 0.03 | 0.38 | 0 | 0.10 | 294.42 | 0.62 | 0.73 |
| Hex | DD | 8F | E5 | 3 | 26 | 0 | A | 126 | 3E | 49 |
| Octal | 335 | 217 | 345 | 3 | 46 | 0 | 12 | 446 | 76 | 111 |
| Binary | 11011101 | 10001111 | 11100101 | 11 | 100110 | 0 | 1010 | 100100110 | 111110 | 1001001 |
Color Harmonies of #DD8FE5
Complementary color
Monochromatic Colors of #DD8FE5
Black with #DD8FE5
Text Example
Text Example
White with #DD8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FE5; }
p { color: rgb(221,143,229); }
H1.HeaderClassName
{
color: #DD8FE5;
}
.AnyTagClassName
{
color: #DD8FE5;
}
</style>
background-color css
<style>
a { background-color: #DD8FE5; }
a { background-color: rgb(221,143,229); }
div.DivClassName
{
background-color: #DD8FE5;
}
.BgClassName
{
background-color: #DD8FE5;
}
</style>
border-color css
<style>
span { border-color: #DD8FE5; }
span { border-color: rgb(221,143,229); }
td.TdClassName
{
border-color: #DD8FE5;
}
.TagClassName
{
border-color: #DD8FE5;
}
</style>