Shades of Plum #DD98E6
Tints of Plum #DD98E6
RGB
CMYK
RGB Variations
Color information
#DD98E6 (or 0xDD98E6) is known color: Plum. HEX triplet: DD, 98 and E6. RGB value is (221,152,230). Sum of RGB (Red+Green+Blue) = 221+152+230=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98E6 is #226719. Grayscale: #B5B5B5. Windows color (decimal): -2254618 or 15112413. OLE color: 15112413.
HSL color Cylindrical-coordinate representation of color #DD98E6: hue angle of 293.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD98E6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 152 | 230 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.10 |
| HSL | 293.08º | 0.61% | 0.75% | - |
| HSV(B) | 293.08º | 0.34% | 0.9% | - |
| XYZ | 55.33 | 43.54 | 80.35 | - |
| YUV | 181.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 230 | 0.04 | 0.34 | 0 | 0.10 | 293.08 | 0.61 | 0.75 |
| Hex | DD | 98 | E6 | 4 | 22 | 0 | A | 125 | 3D | 4B |
| Octal | 335 | 230 | 346 | 4 | 42 | 0 | 12 | 445 | 75 | 113 |
| Binary | 11011101 | 10011000 | 11100110 | 100 | 100010 | 0 | 1010 | 100100101 | 111101 | 1001011 |
Color Harmonies of #DD98E6
Complementary color
Monochromatic Colors of #DD98E6
Black with #DD98E6
Text Example
Text Example
White with #DD98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98E6; }
p { color: rgb(221,152,230); }
H1.HeaderClassName
{
color: #DD98E6;
}
.AnyTagClassName
{
color: #DD98E6;
}
</style>
background-color css
<style>
a { background-color: #DD98E6; }
a { background-color: rgb(221,152,230); }
div.DivClassName
{
background-color: #DD98E6;
}
.BgClassName
{
background-color: #DD98E6;
}
</style>
border-color css
<style>
span { border-color: #DD98E6; }
span { border-color: rgb(221,152,230); }
td.TdClassName
{
border-color: #DD98E6;
}
.TagClassName
{
border-color: #DD98E6;
}
</style>