Shades of Plum #DD94DF
Tints of Plum #DD94DF
RGB
CMYK
RGB Variations
Color information
#DD94DF (or 0xDD94DF) is known color: Plum. HEX triplet: DD, 94 and DF. RGB value is (221,148,223). Sum of RGB (Red+Green+Blue) = 221+148+223=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94DF is #226B20. Grayscale: #B2B2B2. Windows color (decimal): -2255649 or 14652637. OLE color: 14652637.
HSL color Cylindrical-coordinate representation of color #DD94DF: hue angle of 298.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD94DF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 223 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.13 |
| HSL | 298.4º | 0.54% | 0.73% | - |
| HSV(B) | 298.4º | 0.34% | 0.87% | - |
| XYZ | 53.73 | 41.88 | 75.06 | - |
| YUV | 178.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 223 | 0.01 | 0.34 | 0 | 0.13 | 298.4 | 0.54 | 0.73 |
| Hex | DD | 94 | DF | 1 | 22 | 0 | D | 12A | 36 | 49 |
| Octal | 335 | 224 | 337 | 1 | 42 | 0 | 15 | 452 | 66 | 111 |
| Binary | 11011101 | 10010100 | 11011111 | 1 | 100010 | 0 | 1101 | 100101010 | 110110 | 1001001 |
Color Harmonies of #DD94DF
Complementary color
Monochromatic Colors of #DD94DF
Black with #DD94DF
Text Example
Text Example
White with #DD94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94DF; }
p { color: rgb(221,148,223); }
H1.HeaderClassName
{
color: #DD94DF;
}
.AnyTagClassName
{
color: #DD94DF;
}
</style>
background-color css
<style>
a { background-color: #DD94DF; }
a { background-color: rgb(221,148,223); }
div.DivClassName
{
background-color: #DD94DF;
}
.BgClassName
{
background-color: #DD94DF;
}
</style>
border-color css
<style>
span { border-color: #DD94DF; }
span { border-color: rgb(221,148,223); }
td.TdClassName
{
border-color: #DD94DF;
}
.TagClassName
{
border-color: #DD94DF;
}
</style>