Shades of Plum #DD94E9
Tints of Plum #DD94E9
RGB
CMYK
RGB Variations
Color information
#DD94E9 (or 0xDD94E9) is known color: Plum. HEX triplet: DD, 94 and E9. RGB value is (221,148,233). Sum of RGB (Red+Green+Blue) = 221+148+233=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94E9 is #226B16. Grayscale: #B3B3B3. Windows color (decimal): -2255639 or 15307997. OLE color: 15307997.
HSL color Cylindrical-coordinate representation of color #DD94E9: hue angle of 291.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD94E9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 148 | 233 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.09 |
| HSL | 291.53º | 0.66% | 0.75% | - |
| HSV(B) | 291.53º | 0.36% | 0.91% | - |
| XYZ | 55.12 | 42.44 | 82.38 | - |
| YUV | 179.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 233 | 0.05 | 0.36 | 0 | 0.09 | 291.53 | 0.66 | 0.75 |
| Hex | DD | 94 | E9 | 5 | 24 | 0 | 9 | 124 | 42 | 4B |
| Octal | 335 | 224 | 351 | 5 | 44 | 0 | 11 | 444 | 102 | 113 |
| Binary | 11011101 | 10010100 | 11101001 | 101 | 100100 | 0 | 1001 | 100100100 | 1000010 | 1001011 |
Color Harmonies of #DD94E9
Complementary color
Monochromatic Colors of #DD94E9
Black with #DD94E9
Text Example
Text Example
White with #DD94E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94E9; }
p { color: rgb(221,148,233); }
H1.HeaderClassName
{
color: #DD94E9;
}
.AnyTagClassName
{
color: #DD94E9;
}
</style>
background-color css
<style>
a { background-color: #DD94E9; }
a { background-color: rgb(221,148,233); }
div.DivClassName
{
background-color: #DD94E9;
}
.BgClassName
{
background-color: #DD94E9;
}
</style>
border-color css
<style>
span { border-color: #DD94E9; }
span { border-color: rgb(221,148,233); }
td.TdClassName
{
border-color: #DD94E9;
}
.TagClassName
{
border-color: #DD94E9;
}
</style>