Shades of Plum #DD98CE
Tints of Plum #DD98CE
RGB
CMYK
RGB Variations
Color information
#DD98CE (or 0xDD98CE) is known color: Plum. HEX triplet: DD, 98 and CE. RGB value is (221,152,206). Sum of RGB (Red+Green+Blue) = 221+152+206=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CE is #226731. Grayscale: #B2B2B2. Windows color (decimal): -2254642 or 13539549. OLE color: 13539549.
HSL color Cylindrical-coordinate representation of color #DD98CE: hue angle of 313.04º 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 #DD98CE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 206 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.13 |
| HSL | 313.04º | 0.5% | 0.73% | - |
| HSV(B) | 313.04º | 0.31% | 0.87% | - |
| XYZ | 52.19 | 42.28 | 63.8 | - |
| YUV | 178.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 206 | 0 | 0.31 | 0.07 | 0.13 | 313.04 | 0.5 | 0.73 |
| Hex | DD | 98 | CE | 0 | 1F | 7 | D | 139 | 32 | 49 |
| Octal | 335 | 230 | 316 | 0 | 37 | 7 | 15 | 471 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11001110 | 0 | 11111 | 111 | 1101 | 100111001 | 110010 | 1001001 |
Color Harmonies of #DD98CE
Complementary color
Monochromatic Colors of #DD98CE
Black with #DD98CE
Text Example
Text Example
White with #DD98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98CE; }
p { color: rgb(221,152,206); }
H1.HeaderClassName
{
color: #DD98CE;
}
.AnyTagClassName
{
color: #DD98CE;
}
</style>
background-color css
<style>
a { background-color: #DD98CE; }
a { background-color: rgb(221,152,206); }
div.DivClassName
{
background-color: #DD98CE;
}
.BgClassName
{
background-color: #DD98CE;
}
</style>
border-color css
<style>
span { border-color: #DD98CE; }
span { border-color: rgb(221,152,206); }
td.TdClassName
{
border-color: #DD98CE;
}
.TagClassName
{
border-color: #DD98CE;
}
</style>