Shades of Plum #DF95D6
Tints of Plum #DF95D6
RGB
CMYK
RGB Variations
Color information
#DF95D6 (or 0xDF95D6) is known color: Plum. HEX triplet: DF, 95 and D6. RGB value is (223,149,214). Sum of RGB (Red+Green+Blue) = 223+149+214=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95D6 is #206A29. Grayscale: #B2B2B2. Windows color (decimal): -2124330 or 14063071. OLE color: 14063071.
HSL color Cylindrical-coordinate representation of color #DF95D6: hue angle of 307.3º 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 #DF95D6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 214 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.13 |
| HSL | 307.3º | 0.54% | 0.73% | - |
| HSV(B) | 307.3º | 0.33% | 0.87% | - |
| XYZ | 53.32 | 42.04 | 68.92 | - |
| YUV | 178.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 214 | 0 | 0.33 | 0.04 | 0.13 | 307.3 | 0.54 | 0.73 |
| Hex | DF | 95 | D6 | 0 | 21 | 4 | D | 133 | 36 | 49 |
| Octal | 337 | 225 | 326 | 0 | 41 | 4 | 15 | 463 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11010110 | 0 | 100001 | 100 | 1101 | 100110011 | 110110 | 1001001 |
Color Harmonies of #DF95D6
Complementary color
Monochromatic Colors of #DF95D6
Black with #DF95D6
Text Example
Text Example
White with #DF95D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95D6; }
p { color: rgb(223,149,214); }
H1.HeaderClassName
{
color: #DF95D6;
}
.AnyTagClassName
{
color: #DF95D6;
}
</style>
background-color css
<style>
a { background-color: #DF95D6; }
a { background-color: rgb(223,149,214); }
div.DivClassName
{
background-color: #DF95D6;
}
.BgClassName
{
background-color: #DF95D6;
}
</style>
border-color css
<style>
span { border-color: #DF95D6; }
span { border-color: rgb(223,149,214); }
td.TdClassName
{
border-color: #DF95D6;
}
.TagClassName
{
border-color: #DF95D6;
}
</style>