Shades of Plum #DD94D6
Tints of Plum #DD94D6
RGB
CMYK
RGB Variations
Color information
#DD94D6 (or 0xDD94D6) is known color: Plum. HEX triplet: DD, 94 and D6. RGB value is (221,148,214). Sum of RGB (Red+Green+Blue) = 221+148+214=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94D6 is #226B29. Grayscale: #B1B1B1. Windows color (decimal): -2255658 or 14062813. OLE color: 14062813.
HSL color Cylindrical-coordinate representation of color #DD94D6: hue angle of 305.75º 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 #DD94D6 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 214 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.13 |
| HSL | 305.75º | 0.52% | 0.72% | - |
| HSV(B) | 305.75º | 0.33% | 0.87% | - |
| XYZ | 52.55 | 41.41 | 68.84 | - |
| YUV | 177.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 214 | 0 | 0.33 | 0.03 | 0.13 | 305.75 | 0.52 | 0.72 |
| Hex | DD | 94 | D6 | 0 | 21 | 3 | D | 132 | 34 | 48 |
| Octal | 335 | 224 | 326 | 0 | 41 | 3 | 15 | 462 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11010110 | 0 | 100001 | 11 | 1101 | 100110010 | 110100 | 1001000 |
Color Harmonies of #DD94D6
Complementary color
Monochromatic Colors of #DD94D6
Black with #DD94D6
Text Example
Text Example
White with #DD94D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94D6; }
p { color: rgb(221,148,214); }
H1.HeaderClassName
{
color: #DD94D6;
}
.AnyTagClassName
{
color: #DD94D6;
}
</style>
background-color css
<style>
a { background-color: #DD94D6; }
a { background-color: rgb(221,148,214); }
div.DivClassName
{
background-color: #DD94D6;
}
.BgClassName
{
background-color: #DD94D6;
}
</style>
border-color css
<style>
span { border-color: #DD94D6; }
span { border-color: rgb(221,148,214); }
td.TdClassName
{
border-color: #DD94D6;
}
.TagClassName
{
border-color: #DD94D6;
}
</style>