Shades of Plum #DD9BD0
Tints of Plum #DD9BD0
RGB
CMYK
RGB Variations
Color information
#DD9BD0 (or 0xDD9BD0) is known color: Plum. HEX triplet: DD, 9B and D0. RGB value is (221,155,208). Sum of RGB (Red+Green+Blue) = 221+155+208=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD0 is #22642F. Grayscale: #B4B4B4. Windows color (decimal): -2253872 or 13671389. OLE color: 13671389.
HSL color Cylindrical-coordinate representation of color #DD9BD0: hue angle of 311.82º 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 #DD9BD0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 208 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.13 |
| HSL | 311.82º | 0.49% | 0.74% | - |
| HSV(B) | 311.82º | 0.3% | 0.87% | - |
| XYZ | 52.93 | 43.37 | 65.26 | - |
| YUV | 180.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 208 | 0 | 0.30 | 0.06 | 0.13 | 311.82 | 0.49 | 0.74 |
| Hex | DD | 9B | D0 | 0 | 1E | 6 | D | 138 | 31 | 4A |
| Octal | 335 | 233 | 320 | 0 | 36 | 6 | 15 | 470 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11010000 | 0 | 11110 | 110 | 1101 | 100111000 | 110001 | 1001010 |
Color Harmonies of #DD9BD0
Complementary color
Monochromatic Colors of #DD9BD0
Black with #DD9BD0
Text Example
Text Example
White with #DD9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BD0; }
p { color: rgb(221,155,208); }
H1.HeaderClassName
{
color: #DD9BD0;
}
.AnyTagClassName
{
color: #DD9BD0;
}
</style>
background-color css
<style>
a { background-color: #DD9BD0; }
a { background-color: rgb(221,155,208); }
div.DivClassName
{
background-color: #DD9BD0;
}
.BgClassName
{
background-color: #DD9BD0;
}
</style>
border-color css
<style>
span { border-color: #DD9BD0; }
span { border-color: rgb(221,155,208); }
td.TdClassName
{
border-color: #DD9BD0;
}
.TagClassName
{
border-color: #DD9BD0;
}
</style>