Shades of Plum #DD98E8
Tints of Plum #DD98E8
RGB
CMYK
RGB Variations
Color information
#DD98E8 (or 0xDD98E8) is known color: Plum. HEX triplet: DD, 98 and E8. RGB value is (221,152,232). Sum of RGB (Red+Green+Blue) = 221+152+232=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD98E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98E8 is #226717. Grayscale: #B5B5B5. Windows color (decimal): -2254616 or 15243485. OLE color: 15243485.
HSL color Cylindrical-coordinate representation of color #DD98E8: hue angle of 291.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD98E8 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 152 | 232 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.09 |
| HSL | 291.75º | 0.63% | 0.75% | - |
| HSV(B) | 291.75º | 0.34% | 0.91% | - |
| XYZ | 55.61 | 43.65 | 81.84 | - |
| YUV | 181.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 232 | 0.05 | 0.34 | 0 | 0.09 | 291.75 | 0.63 | 0.75 |
| Hex | DD | 98 | E8 | 5 | 22 | 0 | 9 | 124 | 3F | 4B |
| Octal | 335 | 230 | 350 | 5 | 42 | 0 | 11 | 444 | 77 | 113 |
| Binary | 11011101 | 10011000 | 11101000 | 101 | 100010 | 0 | 1001 | 100100100 | 111111 | 1001011 |
Color Harmonies of #DD98E8
Complementary color
Monochromatic Colors of #DD98E8
Black with #DD98E8
Text Example
Text Example
White with #DD98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98E8; }
p { color: rgb(221,152,232); }
H1.HeaderClassName
{
color: #DD98E8;
}
.AnyTagClassName
{
color: #DD98E8;
}
</style>
background-color css
<style>
a { background-color: #DD98E8; }
a { background-color: rgb(221,152,232); }
div.DivClassName
{
background-color: #DD98E8;
}
.BgClassName
{
background-color: #DD98E8;
}
</style>
border-color css
<style>
span { border-color: #DD98E8; }
span { border-color: rgb(221,152,232); }
td.TdClassName
{
border-color: #DD98E8;
}
.TagClassName
{
border-color: #DD98E8;
}
</style>