Shades of Plum #DD9BD4
Tints of Plum #DD9BD4
RGB
CMYK
RGB Variations
Color information
#DD9BD4 (or 0xDD9BD4) is known color: Plum. HEX triplet: DD, 9B and D4. RGB value is (221,155,212). Sum of RGB (Red+Green+Blue) = 221+155+212=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD4 is #22642B. Grayscale: #B5B5B5. Windows color (decimal): -2253868 or 13933533. OLE color: 13933533.
HSL color Cylindrical-coordinate representation of color #DD9BD4: hue angle of 308.18º 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 #DD9BD4 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 212 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.13 |
| HSL | 308.18º | 0.49% | 0.74% | - |
| HSV(B) | 308.18º | 0.3% | 0.87% | - |
| XYZ | 53.42 | 43.57 | 67.88 | - |
| YUV | 181.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 212 | 0 | 0.30 | 0.04 | 0.13 | 308.18 | 0.49 | 0.74 |
| Hex | DD | 9B | D4 | 0 | 1E | 4 | D | 134 | 31 | 4A |
| Octal | 335 | 233 | 324 | 0 | 36 | 4 | 15 | 464 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11010100 | 0 | 11110 | 100 | 1101 | 100110100 | 110001 | 1001010 |
Color Harmonies of #DD9BD4
Complementary color
Monochromatic Colors of #DD9BD4
Black with #DD9BD4
Text Example
Text Example
White with #DD9BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BD4; }
p { color: rgb(221,155,212); }
H1.HeaderClassName
{
color: #DD9BD4;
}
.AnyTagClassName
{
color: #DD9BD4;
}
</style>
background-color css
<style>
a { background-color: #DD9BD4; }
a { background-color: rgb(221,155,212); }
div.DivClassName
{
background-color: #DD9BD4;
}
.BgClassName
{
background-color: #DD9BD4;
}
</style>
border-color css
<style>
span { border-color: #DD9BD4; }
span { border-color: rgb(221,155,212); }
td.TdClassName
{
border-color: #DD9BD4;
}
.TagClassName
{
border-color: #DD9BD4;
}
</style>