Shades of Plum #DD98E1
Tints of Plum #DD98E1
RGB
CMYK
RGB Variations
Color information
#DD98E1 (or 0xDD98E1) is known color: Plum. HEX triplet: DD, 98 and E1. RGB value is (221,152,225). Sum of RGB (Red+Green+Blue) = 221+152+225=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98E1 is #22671E. Grayscale: #B4B4B4. Windows color (decimal): -2254623 or 14784733. OLE color: 14784733.
HSL color Cylindrical-coordinate representation of color #DD98E1: hue angle of 296.71º degrees, saturation: 0.55, 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 #DD98E1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 152 | 225 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.12 |
| HSL | 296.71º | 0.55% | 0.74% | - |
| HSV(B) | 296.71º | 0.32% | 0.88% | - |
| XYZ | 54.64 | 43.26 | 76.71 | - |
| YUV | 180.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 225 | 0.02 | 0.32 | 0 | 0.12 | 296.71 | 0.55 | 0.74 |
| Hex | DD | 98 | E1 | 2 | 20 | 0 | C | 129 | 37 | 4A |
| Octal | 335 | 230 | 341 | 2 | 40 | 0 | 14 | 451 | 67 | 112 |
| Binary | 11011101 | 10011000 | 11100001 | 10 | 100000 | 0 | 1100 | 100101001 | 110111 | 1001010 |
Color Harmonies of #DD98E1
Complementary color
Monochromatic Colors of #DD98E1
Black with #DD98E1
Text Example
Text Example
White with #DD98E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98E1; }
p { color: rgb(221,152,225); }
H1.HeaderClassName
{
color: #DD98E1;
}
.AnyTagClassName
{
color: #DD98E1;
}
</style>
background-color css
<style>
a { background-color: #DD98E1; }
a { background-color: rgb(221,152,225); }
div.DivClassName
{
background-color: #DD98E1;
}
.BgClassName
{
background-color: #DD98E1;
}
</style>
border-color css
<style>
span { border-color: #DD98E1; }
span { border-color: rgb(221,152,225); }
td.TdClassName
{
border-color: #DD98E1;
}
.TagClassName
{
border-color: #DD98E1;
}
</style>