Shades of Plum #DD9BDD
Tints of Plum #DD9BDD
RGB
CMYK
RGB Variations
Color information
#DD9BDD (or 0xDD9BDD) is known color: Plum. HEX triplet: DD, 9B and DD. RGB value is (221,155,221). Sum of RGB (Red+Green+Blue) = 221+155+221=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BDD is #226422. Grayscale: #B6B6B6. Windows color (decimal): -2253859 or 14523357. OLE color: 14523357.
HSL color Cylindrical-coordinate representation of color #DD9BDD: hue angle of 300º degrees, saturation: 0.49, 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 #DD9BDD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 221 | - |
| CMYK | 0 | 0.30 | 0 | 0.13 |
| HSL | 300º | 0.49% | 0.74% | - |
| HSV(B) | 300º | 0.3% | 0.87% | - |
| XYZ | 54.59 | 44.04 | 74.03 | - |
| YUV | 182.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 221 | 0 | 0.30 | 0 | 0.13 | 300 | 0.49 | 0.74 |
| Hex | DD | 9B | DD | 0 | 1E | 0 | D | 12C | 31 | 4A |
| Octal | 335 | 233 | 335 | 0 | 36 | 0 | 15 | 454 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11011101 | 0 | 11110 | 0 | 1101 | 100101100 | 110001 | 1001010 |
Color Harmonies of #DD9BDD
Complementary color
Monochromatic Colors of #DD9BDD
Black with #DD9BDD
Text Example
Text Example
White with #DD9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BDD; }
p { color: rgb(221,155,221); }
H1.HeaderClassName
{
color: #DD9BDD;
}
.AnyTagClassName
{
color: #DD9BDD;
}
</style>
background-color css
<style>
a { background-color: #DD9BDD; }
a { background-color: rgb(221,155,221); }
div.DivClassName
{
background-color: #DD9BDD;
}
.BgClassName
{
background-color: #DD9BDD;
}
</style>
border-color css
<style>
span { border-color: #DD9BDD; }
span { border-color: rgb(221,155,221); }
td.TdClassName
{
border-color: #DD9BDD;
}
.TagClassName
{
border-color: #DD9BDD;
}
</style>