Shades of Plum #DD8FDA
Tints of Plum #DD8FDA
RGB
CMYK
RGB Variations
Color information
#DD8FDA (or 0xDD8FDA) is known color: Plum. HEX triplet: DD, 8F and DA. RGB value is (221,143,218). Sum of RGB (Red+Green+Blue) = 221+143+218=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDA is #227025. Grayscale: #AEAEAE. Windows color (decimal): -2256934 or 14323677. OLE color: 14323677.
HSL color Cylindrical-coordinate representation of color #DD8FDA: hue angle of 302.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FDA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 218 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 302.31º | 0.53% | 0.71% | - |
| HSV(B) | 302.31º | 0.35% | 0.87% | - |
| XYZ | 52.3 | 40.08 | 71.31 | - |
| YUV | 174.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 218 | 0 | 0.35 | 0.01 | 0.13 | 302.31 | 0.53 | 0.71 |
| Hex | DD | 8F | DA | 0 | 23 | 1 | D | 12E | 35 | 47 |
| Octal | 335 | 217 | 332 | 0 | 43 | 1 | 15 | 456 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11011010 | 0 | 100011 | 1 | 1101 | 100101110 | 110101 | 1000111 |
Color Harmonies of #DD8FDA
Complementary color
Monochromatic Colors of #DD8FDA
Black with #DD8FDA
Text Example
Text Example
White with #DD8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FDA; }
p { color: rgb(221,143,218); }
H1.HeaderClassName
{
color: #DD8FDA;
}
.AnyTagClassName
{
color: #DD8FDA;
}
</style>
background-color css
<style>
a { background-color: #DD8FDA; }
a { background-color: rgb(221,143,218); }
div.DivClassName
{
background-color: #DD8FDA;
}
.BgClassName
{
background-color: #DD8FDA;
}
</style>
border-color css
<style>
span { border-color: #DD8FDA; }
span { border-color: rgb(221,143,218); }
td.TdClassName
{
border-color: #DD8FDA;
}
.TagClassName
{
border-color: #DD8FDA;
}
</style>