Shades of Plum #DD94E1
Tints of Plum #DD94E1
RGB
CMYK
RGB Variations
Color information
#DD94E1 (or 0xDD94E1) is known color: Plum. HEX triplet: DD, 94 and E1. RGB value is (221,148,225). Sum of RGB (Red+Green+Blue) = 221+148+225=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94E1 is #226B1E. Grayscale: #B2B2B2. Windows color (decimal): -2255647 or 14783709. OLE color: 14783709.
HSL color Cylindrical-coordinate representation of color #DD94E1: hue angle of 296.88º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD94E1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 148 | 225 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.12 |
| HSL | 296.88º | 0.56% | 0.73% | - |
| HSV(B) | 296.88º | 0.34% | 0.88% | - |
| XYZ | 54 | 41.99 | 76.49 | - |
| YUV | 178.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 225 | 0.02 | 0.34 | 0 | 0.12 | 296.88 | 0.56 | 0.73 |
| Hex | DD | 94 | E1 | 2 | 22 | 0 | C | 129 | 38 | 49 |
| Octal | 335 | 224 | 341 | 2 | 42 | 0 | 14 | 451 | 70 | 111 |
| Binary | 11011101 | 10010100 | 11100001 | 10 | 100010 | 0 | 1100 | 100101001 | 111000 | 1001001 |
Color Harmonies of #DD94E1
Complementary color
Monochromatic Colors of #DD94E1
Black with #DD94E1
Text Example
Text Example
White with #DD94E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94E1; }
p { color: rgb(221,148,225); }
H1.HeaderClassName
{
color: #DD94E1;
}
.AnyTagClassName
{
color: #DD94E1;
}
</style>
background-color css
<style>
a { background-color: #DD94E1; }
a { background-color: rgb(221,148,225); }
div.DivClassName
{
background-color: #DD94E1;
}
.BgClassName
{
background-color: #DD94E1;
}
</style>
border-color css
<style>
span { border-color: #DD94E1; }
span { border-color: rgb(221,148,225); }
td.TdClassName
{
border-color: #DD94E1;
}
.TagClassName
{
border-color: #DD94E1;
}
</style>