Shades of Plum #DD9ADE
Tints of Plum #DD9ADE
RGB
CMYK
RGB Variations
Color information
#DD9ADE (or 0xDD9ADE) is known color: Plum. HEX triplet: DD, 9A and DE. RGB value is (221,154,222). Sum of RGB (Red+Green+Blue) = 221+154+222=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ADE is #226521. Grayscale: #B5B5B5. Windows color (decimal): -2254114 or 14588637. OLE color: 14588637.
HSL color Cylindrical-coordinate representation of color #DD9ADE: hue angle of 299.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9ADE is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 222 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.13 |
| HSL | 299.12º | 0.51% | 0.74% | - |
| HSV(B) | 299.12º | 0.31% | 0.87% | - |
| XYZ | 54.56 | 43.76 | 74.68 | - |
| YUV | 181.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 222 | 0.00 | 0.31 | 0 | 0.13 | 299.12 | 0.51 | 0.74 |
| Hex | DD | 9A | DE | 0 | 1F | 0 | D | 12B | 33 | 4A |
| Octal | 335 | 232 | 336 | 0 | 37 | 0 | 15 | 453 | 63 | 112 |
| Binary | 11011101 | 10011010 | 11011110 | 0 | 11111 | 0 | 1101 | 100101011 | 110011 | 1001010 |
Color Harmonies of #DD9ADE
Complementary color
Monochromatic Colors of #DD9ADE
Black with #DD9ADE
Text Example
Text Example
White with #DD9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ADE; }
p { color: rgb(221,154,222); }
H1.HeaderClassName
{
color: #DD9ADE;
}
.AnyTagClassName
{
color: #DD9ADE;
}
</style>
background-color css
<style>
a { background-color: #DD9ADE; }
a { background-color: rgb(221,154,222); }
div.DivClassName
{
background-color: #DD9ADE;
}
.BgClassName
{
background-color: #DD9ADE;
}
</style>
border-color css
<style>
span { border-color: #DD9ADE; }
span { border-color: rgb(221,154,222); }
td.TdClassName
{
border-color: #DD9ADE;
}
.TagClassName
{
border-color: #DD9ADE;
}
</style>