Shades of Plum #DD9ADA
Tints of Plum #DD9ADA
RGB
CMYK
RGB Variations
Color information
#DD9ADA (or 0xDD9ADA) is known color: Plum. HEX triplet: DD, 9A and DA. RGB value is (221,154,218). Sum of RGB (Red+Green+Blue) = 221+154+218=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ADA is #226525. Grayscale: #B5B5B5. Windows color (decimal): -2254118 or 14326493. OLE color: 14326493.
HSL color Cylindrical-coordinate representation of color #DD9ADA: hue angle of 302.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ADA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 218 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 302.69º | 0.5% | 0.74% | - |
| HSV(B) | 302.69º | 0.3% | 0.87% | - |
| XYZ | 54.03 | 43.55 | 71.89 | - |
| YUV | 181.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 218 | 0 | 0.30 | 0.01 | 0.13 | 302.69 | 0.5 | 0.74 |
| Hex | DD | 9A | DA | 0 | 1E | 1 | D | 12F | 32 | 4A |
| Octal | 335 | 232 | 332 | 0 | 36 | 1 | 15 | 457 | 62 | 112 |
| Binary | 11011101 | 10011010 | 11011010 | 0 | 11110 | 1 | 1101 | 100101111 | 110010 | 1001010 |
Color Harmonies of #DD9ADA
Complementary color
Monochromatic Colors of #DD9ADA
Black with #DD9ADA
Text Example
Text Example
White with #DD9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ADA; }
p { color: rgb(221,154,218); }
H1.HeaderClassName
{
color: #DD9ADA;
}
.AnyTagClassName
{
color: #DD9ADA;
}
</style>
background-color css
<style>
a { background-color: #DD9ADA; }
a { background-color: rgb(221,154,218); }
div.DivClassName
{
background-color: #DD9ADA;
}
.BgClassName
{
background-color: #DD9ADA;
}
</style>
border-color css
<style>
span { border-color: #DD9ADA; }
span { border-color: rgb(221,154,218); }
td.TdClassName
{
border-color: #DD9ADA;
}
.TagClassName
{
border-color: #DD9ADA;
}
</style>