Shades of Plum #DD98DB
Tints of Plum #DD98DB
RGB
CMYK
RGB Variations
Color information
#DD98DB (or 0xDD98DB) is known color: Plum. HEX triplet: DD, 98 and DB. RGB value is (221,152,219). Sum of RGB (Red+Green+Blue) = 221+152+219=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DB is #226724. Grayscale: #B4B4B4. Windows color (decimal): -2254629 or 14391517. OLE color: 14391517.
HSL color Cylindrical-coordinate representation of color #DD98DB: hue angle of 301.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98DB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 219 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 301.74º | 0.5% | 0.73% | - |
| HSV(B) | 301.74º | 0.31% | 0.87% | - |
| XYZ | 53.83 | 42.94 | 72.47 | - |
| YUV | 180.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 219 | 0 | 0.31 | 0.01 | 0.13 | 301.74 | 0.5 | 0.73 |
| Hex | DD | 98 | DB | 0 | 1F | 1 | D | 12E | 32 | 49 |
| Octal | 335 | 230 | 333 | 0 | 37 | 1 | 15 | 456 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11011011 | 0 | 11111 | 1 | 1101 | 100101110 | 110010 | 1001001 |
Color Harmonies of #DD98DB
Complementary color
Monochromatic Colors of #DD98DB
Black with #DD98DB
Text Example
Text Example
White with #DD98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98DB; }
p { color: rgb(221,152,219); }
H1.HeaderClassName
{
color: #DD98DB;
}
.AnyTagClassName
{
color: #DD98DB;
}
</style>
background-color css
<style>
a { background-color: #DD98DB; }
a { background-color: rgb(221,152,219); }
div.DivClassName
{
background-color: #DD98DB;
}
.BgClassName
{
background-color: #DD98DB;
}
</style>
border-color css
<style>
span { border-color: #DD98DB; }
span { border-color: rgb(221,152,219); }
td.TdClassName
{
border-color: #DD98DB;
}
.TagClassName
{
border-color: #DD98DB;
}
</style>