Shades of Plum #DD96DF
Tints of Plum #DD96DF
RGB
CMYK
RGB Variations
Color information
#DD96DF (or 0xDD96DF) is known color: Plum. HEX triplet: DD, 96 and DF. RGB value is (221,150,223). Sum of RGB (Red+Green+Blue) = 221+150+223=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DF is #226920. Grayscale: #B3B3B3. Windows color (decimal): -2255137 or 14653149. OLE color: 14653149.
HSL color Cylindrical-coordinate representation of color #DD96DF: hue angle of 298.36º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD96DF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 223 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 298.36º | 0.53% | 0.73% | - |
| HSV(B) | 298.36º | 0.33% | 0.87% | - |
| XYZ | 54.04 | 42.51 | 75.17 | - |
| YUV | 179.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 223 | 0.01 | 0.33 | 0 | 0.13 | 298.36 | 0.53 | 0.73 |
| Hex | DD | 96 | DF | 1 | 21 | 0 | D | 12A | 35 | 49 |
| Octal | 335 | 226 | 337 | 1 | 41 | 0 | 15 | 452 | 65 | 111 |
| Binary | 11011101 | 10010110 | 11011111 | 1 | 100001 | 0 | 1101 | 100101010 | 110101 | 1001001 |
Color Harmonies of #DD96DF
Complementary color
Monochromatic Colors of #DD96DF
Black with #DD96DF
Text Example
Text Example
White with #DD96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96DF; }
p { color: rgb(221,150,223); }
H1.HeaderClassName
{
color: #DD96DF;
}
.AnyTagClassName
{
color: #DD96DF;
}
</style>
background-color css
<style>
a { background-color: #DD96DF; }
a { background-color: rgb(221,150,223); }
div.DivClassName
{
background-color: #DD96DF;
}
.BgClassName
{
background-color: #DD96DF;
}
</style>
border-color css
<style>
span { border-color: #DD96DF; }
span { border-color: rgb(221,150,223); }
td.TdClassName
{
border-color: #DD96DF;
}
.TagClassName
{
border-color: #DD96DF;
}
</style>