Shades of Plum #DD9BD3
Tints of Plum #DD9BD3
RGB
CMYK
RGB Variations
Color information
#DD9BD3 (or 0xDD9BD3) is known color: Plum. HEX triplet: DD, 9B and D3. RGB value is (221,155,211). Sum of RGB (Red+Green+Blue) = 221+155+211=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD3 is #22642C. Grayscale: #B4B4B4. Windows color (decimal): -2253869 or 13867997. OLE color: 13867997.
HSL color Cylindrical-coordinate representation of color #DD9BD3: hue angle of 309.09º 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 #DD9BD3 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 211 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.13 |
| HSL | 309.09º | 0.49% | 0.74% | - |
| HSV(B) | 309.09º | 0.3% | 0.87% | - |
| XYZ | 53.3 | 43.52 | 67.22 | - |
| YUV | 181.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 211 | 0 | 0.30 | 0.05 | 0.13 | 309.09 | 0.49 | 0.74 |
| Hex | DD | 9B | D3 | 0 | 1E | 5 | D | 135 | 31 | 4A |
| Octal | 335 | 233 | 323 | 0 | 36 | 5 | 15 | 465 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11010011 | 0 | 11110 | 101 | 1101 | 100110101 | 110001 | 1001010 |
Color Harmonies of #DD9BD3
Complementary color
Monochromatic Colors of #DD9BD3
Black with #DD9BD3
Text Example
Text Example
White with #DD9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BD3; }
p { color: rgb(221,155,211); }
H1.HeaderClassName
{
color: #DD9BD3;
}
.AnyTagClassName
{
color: #DD9BD3;
}
</style>
background-color css
<style>
a { background-color: #DD9BD3; }
a { background-color: rgb(221,155,211); }
div.DivClassName
{
background-color: #DD9BD3;
}
.BgClassName
{
background-color: #DD9BD3;
}
</style>
border-color css
<style>
span { border-color: #DD9BD3; }
span { border-color: rgb(221,155,211); }
td.TdClassName
{
border-color: #DD9BD3;
}
.TagClassName
{
border-color: #DD9BD3;
}
</style>