Shades of Plum #DD94E5
Tints of Plum #DD94E5
RGB
CMYK
RGB Variations
Color information
#DD94E5 (or 0xDD94E5) is known color: Plum. HEX triplet: DD, 94 and E5. RGB value is (221,148,229). Sum of RGB (Red+Green+Blue) = 221+148+229=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94E5 is #226B1A. Grayscale: #B2B2B2. Windows color (decimal): -2255643 or 15045853. OLE color: 15045853.
HSL color Cylindrical-coordinate representation of color #DD94E5: hue angle of 294.07º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD94E5 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 148 | 229 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.10 |
| HSL | 294.07º | 0.61% | 0.74% | - |
| HSV(B) | 294.07º | 0.35% | 0.9% | - |
| XYZ | 54.55 | 42.21 | 79.4 | - |
| YUV | 179.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 229 | 0.03 | 0.35 | 0 | 0.10 | 294.07 | 0.61 | 0.74 |
| Hex | DD | 94 | E5 | 3 | 23 | 0 | A | 126 | 3D | 4A |
| Octal | 335 | 224 | 345 | 3 | 43 | 0 | 12 | 446 | 75 | 112 |
| Binary | 11011101 | 10010100 | 11100101 | 11 | 100011 | 0 | 1010 | 100100110 | 111101 | 1001010 |
Color Harmonies of #DD94E5
Complementary color
Monochromatic Colors of #DD94E5
Black with #DD94E5
Text Example
Text Example
White with #DD94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94E5; }
p { color: rgb(221,148,229); }
H1.HeaderClassName
{
color: #DD94E5;
}
.AnyTagClassName
{
color: #DD94E5;
}
</style>
background-color css
<style>
a { background-color: #DD94E5; }
a { background-color: rgb(221,148,229); }
div.DivClassName
{
background-color: #DD94E5;
}
.BgClassName
{
background-color: #DD94E5;
}
</style>
border-color css
<style>
span { border-color: #DD94E5; }
span { border-color: rgb(221,148,229); }
td.TdClassName
{
border-color: #DD94E5;
}
.TagClassName
{
border-color: #DD94E5;
}
</style>