Shades of Plum #DD8ADA
Tints of Plum #DD8ADA
RGB
CMYK
RGB Variations
Color information
#DD8ADA (or 0xDD8ADA) is known color: Plum. HEX triplet: DD, 8A and DA. RGB value is (221,138,218). Sum of RGB (Red+Green+Blue) = 221+138+218=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ADA is #227525. Grayscale: #ABABAB. Windows color (decimal): -2258214 or 14322397. OLE color: 14322397.
HSL color Cylindrical-coordinate representation of color #DD8ADA: hue angle of 302.17º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8ADA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 218 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.13 |
| HSL | 302.17º | 0.55% | 0.7% | - |
| HSV(B) | 302.17º | 0.38% | 0.87% | - |
| XYZ | 51.56 | 38.61 | 71.06 | - |
| YUV | 171.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 218 | 0 | 0.38 | 0.01 | 0.13 | 302.17 | 0.55 | 0.7 |
| Hex | DD | 8A | DA | 0 | 26 | 1 | D | 12E | 37 | 46 |
| Octal | 335 | 212 | 332 | 0 | 46 | 1 | 15 | 456 | 67 | 106 |
| Binary | 11011101 | 10001010 | 11011010 | 0 | 100110 | 1 | 1101 | 100101110 | 110111 | 1000110 |
Color Harmonies of #DD8ADA
Complementary color
Monochromatic Colors of #DD8ADA
Black with #DD8ADA
Text Example
Text Example
White with #DD8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ADA; }
p { color: rgb(221,138,218); }
H1.HeaderClassName
{
color: #DD8ADA;
}
.AnyTagClassName
{
color: #DD8ADA;
}
</style>
background-color css
<style>
a { background-color: #DD8ADA; }
a { background-color: rgb(221,138,218); }
div.DivClassName
{
background-color: #DD8ADA;
}
.BgClassName
{
background-color: #DD8ADA;
}
</style>
border-color css
<style>
span { border-color: #DD8ADA; }
span { border-color: rgb(221,138,218); }
td.TdClassName
{
border-color: #DD8ADA;
}
.TagClassName
{
border-color: #DD8ADA;
}
</style>