Shades of Plum #DD8CE5
Tints of Plum #DD8CE5
RGB
CMYK
RGB Variations
Color information
#DD8CE5 (or 0xDD8CE5) is known color: Plum. HEX triplet: DD, 8C and E5. RGB value is (221,140,229). Sum of RGB (Red+Green+Blue) = 221+140+229=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CE5 is #22731A. Grayscale: #AEAEAE. Windows color (decimal): -2257691 or 15043805. OLE color: 15043805.
HSL color Cylindrical-coordinate representation of color #DD8CE5: hue angle of 294.61º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8CE5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 140 | 229 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.10 |
| HSL | 294.61º | 0.63% | 0.72% | - |
| HSV(B) | 294.61º | 0.39% | 0.9% | - |
| XYZ | 53.34 | 39.79 | 79 | - |
| YUV | 174.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 229 | 0.03 | 0.39 | 0 | 0.10 | 294.61 | 0.63 | 0.72 |
| Hex | DD | 8C | E5 | 3 | 27 | 0 | A | 127 | 3F | 48 |
| Octal | 335 | 214 | 345 | 3 | 47 | 0 | 12 | 447 | 77 | 110 |
| Binary | 11011101 | 10001100 | 11100101 | 11 | 100111 | 0 | 1010 | 100100111 | 111111 | 1001000 |
Color Harmonies of #DD8CE5
Complementary color
Monochromatic Colors of #DD8CE5
Black with #DD8CE5
Text Example
Text Example
White with #DD8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CE5; }
p { color: rgb(221,140,229); }
H1.HeaderClassName
{
color: #DD8CE5;
}
.AnyTagClassName
{
color: #DD8CE5;
}
</style>
background-color css
<style>
a { background-color: #DD8CE5; }
a { background-color: rgb(221,140,229); }
div.DivClassName
{
background-color: #DD8CE5;
}
.BgClassName
{
background-color: #DD8CE5;
}
</style>
border-color css
<style>
span { border-color: #DD8CE5; }
span { border-color: rgb(221,140,229); }
td.TdClassName
{
border-color: #DD8CE5;
}
.TagClassName
{
border-color: #DD8CE5;
}
</style>