Shades of Plum #DD9BCD
Tints of Plum #DD9BCD
RGB
CMYK
RGB Variations
Color information
#DD9BCD (or 0xDD9BCD) is known color: Plum. HEX triplet: DD, 9B and CD. RGB value is (221,155,205). Sum of RGB (Red+Green+Blue) = 221+155+205=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BCD is #226432. Grayscale: #B4B4B4. Windows color (decimal): -2253875 or 13474781. OLE color: 13474781.
HSL color Cylindrical-coordinate representation of color #DD9BCD: hue angle of 314.55º 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 #DD9BCD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 205 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.13 |
| HSL | 314.55º | 0.49% | 0.74% | - |
| HSV(B) | 314.55º | 0.3% | 0.87% | - |
| XYZ | 52.56 | 43.22 | 63.33 | - |
| YUV | 180.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 205 | 0 | 0.30 | 0.07 | 0.13 | 314.55 | 0.49 | 0.74 |
| Hex | DD | 9B | CD | 0 | 1E | 7 | D | 13B | 31 | 4A |
| Octal | 335 | 233 | 315 | 0 | 36 | 7 | 15 | 473 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11001101 | 0 | 11110 | 111 | 1101 | 100111011 | 110001 | 1001010 |
Color Harmonies of #DD9BCD
Complementary color
Monochromatic Colors of #DD9BCD
Black with #DD9BCD
Text Example
Text Example
White with #DD9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BCD; }
p { color: rgb(221,155,205); }
H1.HeaderClassName
{
color: #DD9BCD;
}
.AnyTagClassName
{
color: #DD9BCD;
}
</style>
background-color css
<style>
a { background-color: #DD9BCD; }
a { background-color: rgb(221,155,205); }
div.DivClassName
{
background-color: #DD9BCD;
}
.BgClassName
{
background-color: #DD9BCD;
}
</style>
border-color css
<style>
span { border-color: #DD9BCD; }
span { border-color: rgb(221,155,205); }
td.TdClassName
{
border-color: #DD9BCD;
}
.TagClassName
{
border-color: #DD9BCD;
}
</style>