Shades of Plum #DF95DD
Tints of Plum #DF95DD
RGB
CMYK
RGB Variations
Color information
#DF95DD (or 0xDF95DD) is known color: Plum. HEX triplet: DF, 95 and DD. RGB value is (223,149,221). Sum of RGB (Red+Green+Blue) = 223+149+221=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DD is #206A22. Grayscale: #B3B3B3. Windows color (decimal): -2124323 or 14521823. OLE color: 14521823.
HSL color Cylindrical-coordinate representation of color #DF95DD: hue angle of 301.62º degrees, saturation: 0.54, 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 #DF95DD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 221 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 301.62º | 0.54% | 0.73% | - |
| HSV(B) | 301.62º | 0.33% | 0.87% | - |
| XYZ | 54.23 | 42.4 | 73.73 | - |
| YUV | 179.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 221 | 0 | 0.33 | 0.01 | 0.13 | 301.62 | 0.54 | 0.73 |
| Hex | DF | 95 | DD | 0 | 21 | 1 | D | 12E | 36 | 49 |
| Octal | 337 | 225 | 335 | 0 | 41 | 1 | 15 | 456 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11011101 | 0 | 100001 | 1 | 1101 | 100101110 | 110110 | 1001001 |
Color Harmonies of #DF95DD
Complementary color
Monochromatic Colors of #DF95DD
Black with #DF95DD
Text Example
Text Example
White with #DF95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95DD; }
p { color: rgb(223,149,221); }
H1.HeaderClassName
{
color: #DF95DD;
}
.AnyTagClassName
{
color: #DF95DD;
}
</style>
background-color css
<style>
a { background-color: #DF95DD; }
a { background-color: rgb(223,149,221); }
div.DivClassName
{
background-color: #DF95DD;
}
.BgClassName
{
background-color: #DF95DD;
}
</style>
border-color css
<style>
span { border-color: #DF95DD; }
span { border-color: rgb(223,149,221); }
td.TdClassName
{
border-color: #DF95DD;
}
.TagClassName
{
border-color: #DF95DD;
}
</style>