Shades of Plum #DD8DDA
Tints of Plum #DD8DDA
RGB
CMYK
RGB Variations
Color information
#DD8DDA (or 0xDD8DDA) is known color: Plum. HEX triplet: DD, 8D and DA. RGB value is (221,141,218). Sum of RGB (Red+Green+Blue) = 221+141+218=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DDA is #227225. Grayscale: #ADADAD. Windows color (decimal): -2257446 or 14323165. OLE color: 14323165.
HSL color Cylindrical-coordinate representation of color #DD8DDA: hue angle of 302.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DDA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 141 | 218 | - |
CMYK | 0 | 0.36 | 0.01 | 0.13 |
HSL | 302.25º | 0.54% | 0.71% | - |
HSV(B) | 302.25º | 0.36% | 0.87% | - |
XYZ | 52 | 39.48 | 71.21 | - |
YUV | 173.7 | 153 | 161.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 141 | 218 | 0 | 0.36 | 0.01 | 0.13 | 302.25 | 0.54 | 0.71 |
Hex | DD | 8D | DA | 0 | 24 | 1 | D | 12E | 36 | 47 |
Octal | 335 | 215 | 332 | 0 | 44 | 1 | 15 | 456 | 66 | 107 |
Binary | 11011101 | 10001101 | 11011010 | 0 | 100100 | 1 | 1101 | 100101110 | 110110 | 1000111 |
Color Harmonies of #DD8DDA
Complementary color
Monochromatic Colors of #DD8DDA
Black with #DD8DDA
Text Example
Text Example
White with #DD8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DDA; }
p { color: rgb(221,141,218); }
H1.HeaderClassName
{
color: #DD8DDA;
}
.AnyTagClassName
{
color: #DD8DDA;
}
</style>
background-color css
<style>
a { background-color: #DD8DDA; }
a { background-color: rgb(221,141,218); }
div.DivClassName
{
background-color: #DD8DDA;
}
.BgClassName
{
background-color: #DD8DDA;
}
</style>
border-color css
<style>
span { border-color: #DD8DDA; }
span { border-color: rgb(221,141,218); }
td.TdClassName
{
border-color: #DD8DDA;
}
.TagClassName
{
border-color: #DD8DDA;
}
</style>