Shades of Plum #DD8FE4
Tints of Plum #DD8FE4
RGB
CMYK
RGB Variations
Color information
#DD8FE4 (or 0xDD8FE4) is known color: Plum. HEX triplet: DD, 8F and E4. RGB value is (221,143,228). Sum of RGB (Red+Green+Blue) = 221+143+228=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FE4 is #22701B. Grayscale: #AFAFAF. Windows color (decimal): -2256924 or 14979037. OLE color: 14979037.
HSL color Cylindrical-coordinate representation of color #DD8FE4: hue angle of 295.06º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8FE4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 143 | 228 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.11 |
| HSL | 295.06º | 0.61% | 0.73% | - |
| HSV(B) | 295.06º | 0.37% | 0.89% | - |
| XYZ | 53.64 | 40.62 | 78.41 | - |
| YUV | 176.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 228 | 0.03 | 0.37 | 0 | 0.11 | 295.06 | 0.61 | 0.73 |
| Hex | DD | 8F | E4 | 3 | 25 | 0 | B | 127 | 3D | 49 |
| Octal | 335 | 217 | 344 | 3 | 45 | 0 | 13 | 447 | 75 | 111 |
| Binary | 11011101 | 10001111 | 11100100 | 11 | 100101 | 0 | 1011 | 100100111 | 111101 | 1001001 |
Color Harmonies of #DD8FE4
Complementary color
Monochromatic Colors of #DD8FE4
Black with #DD8FE4
Text Example
Text Example
White with #DD8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FE4; }
p { color: rgb(221,143,228); }
H1.HeaderClassName
{
color: #DD8FE4;
}
.AnyTagClassName
{
color: #DD8FE4;
}
</style>
background-color css
<style>
a { background-color: #DD8FE4; }
a { background-color: rgb(221,143,228); }
div.DivClassName
{
background-color: #DD8FE4;
}
.BgClassName
{
background-color: #DD8FE4;
}
</style>
border-color css
<style>
span { border-color: #DD8FE4; }
span { border-color: rgb(221,143,228); }
td.TdClassName
{
border-color: #DD8FE4;
}
.TagClassName
{
border-color: #DD8FE4;
}
</style>