Shades of Plum #DD98D1
Tints of Plum #DD98D1
RGB
CMYK
RGB Variations
Color information
#DD98D1 (or 0xDD98D1) is known color: Plum. HEX triplet: DD, 98 and D1. RGB value is (221,152,209). Sum of RGB (Red+Green+Blue) = 221+152+209=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D1 is #22672E. Grayscale: #B2B2B2. Windows color (decimal): -2254639 or 13736157. OLE color: 13736157.
HSL color Cylindrical-coordinate representation of color #DD98D1: hue angle of 310.43º 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 #DD98D1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 209 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 310.43º | 0.5% | 0.73% | - |
| HSV(B) | 310.43º | 0.31% | 0.87% | - |
| XYZ | 52.56 | 42.43 | 65.74 | - |
| YUV | 179.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 209 | 0 | 0.31 | 0.05 | 0.13 | 310.43 | 0.5 | 0.73 |
| Hex | DD | 98 | D1 | 0 | 1F | 5 | D | 136 | 32 | 49 |
| Octal | 335 | 230 | 321 | 0 | 37 | 5 | 15 | 466 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11010001 | 0 | 11111 | 101 | 1101 | 100110110 | 110010 | 1001001 |
Color Harmonies of #DD98D1
Complementary color
Monochromatic Colors of #DD98D1
Black with #DD98D1
Text Example
Text Example
White with #DD98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98D1; }
p { color: rgb(221,152,209); }
H1.HeaderClassName
{
color: #DD98D1;
}
.AnyTagClassName
{
color: #DD98D1;
}
</style>
background-color css
<style>
a { background-color: #DD98D1; }
a { background-color: rgb(221,152,209); }
div.DivClassName
{
background-color: #DD98D1;
}
.BgClassName
{
background-color: #DD98D1;
}
</style>
border-color css
<style>
span { border-color: #DD98D1; }
span { border-color: rgb(221,152,209); }
td.TdClassName
{
border-color: #DD98D1;
}
.TagClassName
{
border-color: #DD98D1;
}
</style>