Shades of Plum #DD98E0
Tints of Plum #DD98E0
RGB
CMYK
RGB Variations
Color information
#DD98E0 (or 0xDD98E0) is known color: Plum. HEX triplet: DD, 98 and E0. RGB value is (221,152,224). Sum of RGB (Red+Green+Blue) = 221+152+224=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98E0 is #22671F. Grayscale: #B4B4B4. Windows color (decimal): -2254624 or 14719197. OLE color: 14719197.
HSL color Cylindrical-coordinate representation of color #DD98E0: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD98E0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 152 | 224 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.12 |
| HSL | 297.5º | 0.54% | 0.74% | - |
| HSV(B) | 297.5º | 0.32% | 0.88% | - |
| XYZ | 54.5 | 43.21 | 75.99 | - |
| YUV | 180.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 224 | 0.01 | 0.32 | 0 | 0.12 | 297.5 | 0.54 | 0.74 |
| Hex | DD | 98 | E0 | 1 | 20 | 0 | C | 12A | 36 | 4A |
| Octal | 335 | 230 | 340 | 1 | 40 | 0 | 14 | 452 | 66 | 112 |
| Binary | 11011101 | 10011000 | 11100000 | 1 | 100000 | 0 | 1100 | 100101010 | 110110 | 1001010 |
Color Harmonies of #DD98E0
Complementary color
Monochromatic Colors of #DD98E0
Black with #DD98E0
Text Example
Text Example
White with #DD98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98E0; }
p { color: rgb(221,152,224); }
H1.HeaderClassName
{
color: #DD98E0;
}
.AnyTagClassName
{
color: #DD98E0;
}
</style>
background-color css
<style>
a { background-color: #DD98E0; }
a { background-color: rgb(221,152,224); }
div.DivClassName
{
background-color: #DD98E0;
}
.BgClassName
{
background-color: #DD98E0;
}
</style>
border-color css
<style>
span { border-color: #DD98E0; }
span { border-color: rgb(221,152,224); }
td.TdClassName
{
border-color: #DD98E0;
}
.TagClassName
{
border-color: #DD98E0;
}
</style>