Shades of Plum #DD98D8
Tints of Plum #DD98D8
RGB
CMYK
RGB Variations
Color information
#DD98D8 (or 0xDD98D8) is known color: Plum. HEX triplet: DD, 98 and D8. RGB value is (221,152,216). Sum of RGB (Red+Green+Blue) = 221+152+216=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D8 is #226727. Grayscale: #B3B3B3. Windows color (decimal): -2254632 or 14194909. OLE color: 14194909.
HSL color Cylindrical-coordinate representation of color #DD98D8: hue angle of 304.35º 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 #DD98D8 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 216 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.13 |
| HSL | 304.35º | 0.5% | 0.73% | - |
| HSV(B) | 304.35º | 0.31% | 0.87% | - |
| XYZ | 53.44 | 42.79 | 70.41 | - |
| YUV | 179.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 216 | 0 | 0.31 | 0.02 | 0.13 | 304.35 | 0.5 | 0.73 |
| Hex | DD | 98 | D8 | 0 | 1F | 2 | D | 130 | 32 | 49 |
| Octal | 335 | 230 | 330 | 0 | 37 | 2 | 15 | 460 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11011000 | 0 | 11111 | 10 | 1101 | 100110000 | 110010 | 1001001 |
Color Harmonies of #DD98D8
Complementary color
Monochromatic Colors of #DD98D8
Black with #DD98D8
Text Example
Text Example
White with #DD98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98D8; }
p { color: rgb(221,152,216); }
H1.HeaderClassName
{
color: #DD98D8;
}
.AnyTagClassName
{
color: #DD98D8;
}
</style>
background-color css
<style>
a { background-color: #DD98D8; }
a { background-color: rgb(221,152,216); }
div.DivClassName
{
background-color: #DD98D8;
}
.BgClassName
{
background-color: #DD98D8;
}
</style>
border-color css
<style>
span { border-color: #DD98D8; }
span { border-color: rgb(221,152,216); }
td.TdClassName
{
border-color: #DD98D8;
}
.TagClassName
{
border-color: #DD98D8;
}
</style>