Shades of Plum #DD98E2
Tints of Plum #DD98E2
RGB
CMYK
RGB Variations
Color information
#DD98E2 (or 0xDD98E2) is known color: Plum. HEX triplet: DD, 98 and E2. RGB value is (221,152,226). Sum of RGB (Red+Green+Blue) = 221+152+226=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD98E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98E2 is #22671D. Grayscale: #B4B4B4. Windows color (decimal): -2254622 or 14850269. OLE color: 14850269.
HSL color Cylindrical-coordinate representation of color #DD98E2: hue angle of 295.95º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD98E2 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 152 | 226 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.11 |
| HSL | 295.95º | 0.56% | 0.74% | - |
| HSV(B) | 295.95º | 0.33% | 0.89% | - |
| XYZ | 54.77 | 43.32 | 77.43 | - |
| YUV | 181.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 226 | 0.02 | 0.33 | 0 | 0.11 | 295.95 | 0.56 | 0.74 |
| Hex | DD | 98 | E2 | 2 | 21 | 0 | B | 128 | 38 | 4A |
| Octal | 335 | 230 | 342 | 2 | 41 | 0 | 13 | 450 | 70 | 112 |
| Binary | 11011101 | 10011000 | 11100010 | 10 | 100001 | 0 | 1011 | 100101000 | 111000 | 1001010 |
Color Harmonies of #DD98E2
Complementary color
Monochromatic Colors of #DD98E2
Black with #DD98E2
Text Example
Text Example
White with #DD98E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98E2; }
p { color: rgb(221,152,226); }
H1.HeaderClassName
{
color: #DD98E2;
}
.AnyTagClassName
{
color: #DD98E2;
}
</style>
background-color css
<style>
a { background-color: #DD98E2; }
a { background-color: rgb(221,152,226); }
div.DivClassName
{
background-color: #DD98E2;
}
.BgClassName
{
background-color: #DD98E2;
}
</style>
border-color css
<style>
span { border-color: #DD98E2; }
span { border-color: rgb(221,152,226); }
td.TdClassName
{
border-color: #DD98E2;
}
.TagClassName
{
border-color: #DD98E2;
}
</style>