Shades of Plum #DD98DE
Tints of Plum #DD98DE
RGB
CMYK
RGB Variations
Color information
#DD98DE (or 0xDD98DE) is known color: Plum. HEX triplet: DD, 98 and DE. RGB value is (221,152,222). Sum of RGB (Red+Green+Blue) = 221+152+222=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DE is #226721. Grayscale: #B4B4B4. Windows color (decimal): -2254626 or 14588125. OLE color: 14588125.
HSL color Cylindrical-coordinate representation of color #DD98DE: hue angle of 299.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD98DE is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 222 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.13 |
| HSL | 299.14º | 0.51% | 0.73% | - |
| HSV(B) | 299.14º | 0.32% | 0.87% | - |
| XYZ | 54.23 | 43.1 | 74.57 | - |
| YUV | 180.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 222 | 0.00 | 0.32 | 0 | 0.13 | 299.14 | 0.51 | 0.73 |
| Hex | DD | 98 | DE | 0 | 20 | 0 | D | 12B | 33 | 49 |
| Octal | 335 | 230 | 336 | 0 | 40 | 0 | 15 | 453 | 63 | 111 |
| Binary | 11011101 | 10011000 | 11011110 | 0 | 100000 | 0 | 1101 | 100101011 | 110011 | 1001001 |
Color Harmonies of #DD98DE
Complementary color
Monochromatic Colors of #DD98DE
Black with #DD98DE
Text Example
Text Example
White with #DD98DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98DE; }
p { color: rgb(221,152,222); }
H1.HeaderClassName
{
color: #DD98DE;
}
.AnyTagClassName
{
color: #DD98DE;
}
</style>
background-color css
<style>
a { background-color: #DD98DE; }
a { background-color: rgb(221,152,222); }
div.DivClassName
{
background-color: #DD98DE;
}
.BgClassName
{
background-color: #DD98DE;
}
</style>
border-color css
<style>
span { border-color: #DD98DE; }
span { border-color: rgb(221,152,222); }
td.TdClassName
{
border-color: #DD98DE;
}
.TagClassName
{
border-color: #DD98DE;
}
</style>