Shades of Plum #DD9BDA
Tints of Plum #DD9BDA
RGB
CMYK
RGB Variations
Color information
#DD9BDA (or 0xDD9BDA) is known color: Plum. HEX triplet: DD, 9B and DA. RGB value is (221,155,218). Sum of RGB (Red+Green+Blue) = 221+155+218=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BDA is #226425. Grayscale: #B5B5B5. Windows color (decimal): -2253862 or 14326749. OLE color: 14326749.
HSL color Cylindrical-coordinate representation of color #DD9BDA: hue angle of 302.73º 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 #DD9BDA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 218 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 302.73º | 0.49% | 0.74% | - |
| HSV(B) | 302.73º | 0.3% | 0.87% | - |
| XYZ | 54.2 | 43.88 | 71.94 | - |
| YUV | 181.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 218 | 0 | 0.30 | 0.01 | 0.13 | 302.73 | 0.49 | 0.74 |
| Hex | DD | 9B | DA | 0 | 1E | 1 | D | 12F | 31 | 4A |
| Octal | 335 | 233 | 332 | 0 | 36 | 1 | 15 | 457 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11011010 | 0 | 11110 | 1 | 1101 | 100101111 | 110001 | 1001010 |
Color Harmonies of #DD9BDA
Complementary color
Monochromatic Colors of #DD9BDA
Black with #DD9BDA
Text Example
Text Example
White with #DD9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BDA; }
p { color: rgb(221,155,218); }
H1.HeaderClassName
{
color: #DD9BDA;
}
.AnyTagClassName
{
color: #DD9BDA;
}
</style>
background-color css
<style>
a { background-color: #DD9BDA; }
a { background-color: rgb(221,155,218); }
div.DivClassName
{
background-color: #DD9BDA;
}
.BgClassName
{
background-color: #DD9BDA;
}
</style>
border-color css
<style>
span { border-color: #DD9BDA; }
span { border-color: rgb(221,155,218); }
td.TdClassName
{
border-color: #DD9BDA;
}
.TagClassName
{
border-color: #DD9BDA;
}
</style>