Shades of Plum #DD8ADF
Tints of Plum #DD8ADF
RGB
CMYK
RGB Variations
Color information
#DD8ADF (or 0xDD8ADF) is known color: Plum. HEX triplet: DD, 8A and DF. RGB value is (221,138,223). Sum of RGB (Red+Green+Blue) = 221+138+223=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ADF is #227520. Grayscale: #ACACAC. Windows color (decimal): -2258209 or 14650077. OLE color: 14650077.
HSL color Cylindrical-coordinate representation of color #DD8ADF: hue angle of 298.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8ADF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 223 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 298.59º | 0.57% | 0.71% | - |
| HSV(B) | 298.59º | 0.38% | 0.87% | - |
| XYZ | 52.23 | 38.88 | 74.56 | - |
| YUV | 172.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 223 | 0.01 | 0.38 | 0 | 0.13 | 298.59 | 0.57 | 0.71 |
| Hex | DD | 8A | DF | 1 | 26 | 0 | D | 12B | 39 | 47 |
| Octal | 335 | 212 | 337 | 1 | 46 | 0 | 15 | 453 | 71 | 107 |
| Binary | 11011101 | 10001010 | 11011111 | 1 | 100110 | 0 | 1101 | 100101011 | 111001 | 1000111 |
Color Harmonies of #DD8ADF
Complementary color
Monochromatic Colors of #DD8ADF
Black with #DD8ADF
Text Example
Text Example
White with #DD8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ADF; }
p { color: rgb(221,138,223); }
H1.HeaderClassName
{
color: #DD8ADF;
}
.AnyTagClassName
{
color: #DD8ADF;
}
</style>
background-color css
<style>
a { background-color: #DD8ADF; }
a { background-color: rgb(221,138,223); }
div.DivClassName
{
background-color: #DD8ADF;
}
.BgClassName
{
background-color: #DD8ADF;
}
</style>
border-color css
<style>
span { border-color: #DD8ADF; }
span { border-color: rgb(221,138,223); }
td.TdClassName
{
border-color: #DD8ADF;
}
.TagClassName
{
border-color: #DD8ADF;
}
</style>