Shades of Plum #DD94DD
Tints of Plum #DD94DD
RGB
CMYK
RGB Variations
Color information
#DD94DD (or 0xDD94DD) is known color: Plum. HEX triplet: DD, 94 and DD. RGB value is (221,148,221). Sum of RGB (Red+Green+Blue) = 221+148+221=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94DD is #226B22. Grayscale: #B1B1B1. Windows color (decimal): -2255651 or 14521565. OLE color: 14521565.
HSL color Cylindrical-coordinate representation of color #DD94DD: hue angle of 300º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94DD is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 221 | - |
| CMYK | 0 | 0.33 | 0 | 0.13 |
| HSL | 300º | 0.52% | 0.72% | - |
| HSV(B) | 300º | 0.33% | 0.87% | - |
| XYZ | 53.46 | 41.77 | 73.65 | - |
| YUV | 178.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 221 | 0 | 0.33 | 0 | 0.13 | 300 | 0.52 | 0.72 |
| Hex | DD | 94 | DD | 0 | 21 | 0 | D | 12C | 34 | 48 |
| Octal | 335 | 224 | 335 | 0 | 41 | 0 | 15 | 454 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11011101 | 0 | 100001 | 0 | 1101 | 100101100 | 110100 | 1001000 |
Color Harmonies of #DD94DD
Complementary color
Monochromatic Colors of #DD94DD
Black with #DD94DD
Text Example
Text Example
White with #DD94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94DD; }
p { color: rgb(221,148,221); }
H1.HeaderClassName
{
color: #DD94DD;
}
.AnyTagClassName
{
color: #DD94DD;
}
</style>
background-color css
<style>
a { background-color: #DD94DD; }
a { background-color: rgb(221,148,221); }
div.DivClassName
{
background-color: #DD94DD;
}
.BgClassName
{
background-color: #DD94DD;
}
</style>
border-color css
<style>
span { border-color: #DD94DD; }
span { border-color: rgb(221,148,221); }
td.TdClassName
{
border-color: #DD94DD;
}
.TagClassName
{
border-color: #DD94DD;
}
</style>