Shades of Plum #DD98D0
Tints of Plum #DD98D0
RGB
CMYK
RGB Variations
Color information
#DD98D0 (or 0xDD98D0) is known color: Plum. HEX triplet: DD, 98 and D0. RGB value is (221,152,208). Sum of RGB (Red+Green+Blue) = 221+152+208=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D0 is #22672F. Grayscale: #B2B2B2. Windows color (decimal): -2254640 or 13670621. OLE color: 13670621.
HSL color Cylindrical-coordinate representation of color #DD98D0: hue angle of 311.3º 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 #DD98D0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 208 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 311.3º | 0.5% | 0.73% | - |
| HSV(B) | 311.3º | 0.31% | 0.87% | - |
| XYZ | 52.43 | 42.38 | 65.09 | - |
| YUV | 179.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 208 | 0 | 0.31 | 0.06 | 0.13 | 311.3 | 0.5 | 0.73 |
| Hex | DD | 98 | D0 | 0 | 1F | 6 | D | 137 | 32 | 49 |
| Octal | 335 | 230 | 320 | 0 | 37 | 6 | 15 | 467 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11010000 | 0 | 11111 | 110 | 1101 | 100110111 | 110010 | 1001001 |
Color Harmonies of #DD98D0
Complementary color
Monochromatic Colors of #DD98D0
Black with #DD98D0
Text Example
Text Example
White with #DD98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98D0; }
p { color: rgb(221,152,208); }
H1.HeaderClassName
{
color: #DD98D0;
}
.AnyTagClassName
{
color: #DD98D0;
}
</style>
background-color css
<style>
a { background-color: #DD98D0; }
a { background-color: rgb(221,152,208); }
div.DivClassName
{
background-color: #DD98D0;
}
.BgClassName
{
background-color: #DD98D0;
}
</style>
border-color css
<style>
span { border-color: #DD98D0; }
span { border-color: rgb(221,152,208); }
td.TdClassName
{
border-color: #DD98D0;
}
.TagClassName
{
border-color: #DD98D0;
}
</style>