Shades of Plum #DF95D0
Tints of Plum #DF95D0
RGB
CMYK
RGB Variations
Color information
#DF95D0 (or 0xDF95D0) is known color: Plum. HEX triplet: DF, 95 and D0. RGB value is (223,149,208). Sum of RGB (Red+Green+Blue) = 223+149+208=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95D0 is #206A2F. Grayscale: #B1B1B1. Windows color (decimal): -2124336 or 13669855. OLE color: 13669855.
HSL color Cylindrical-coordinate representation of color #DF95D0: hue angle of 312.16º 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 #DF95D0 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 208 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 312.16º | 0.54% | 0.73% | - |
| HSV(B) | 312.16º | 0.33% | 0.87% | - |
| XYZ | 52.56 | 41.74 | 64.96 | - |
| YUV | 177.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 208 | 0 | 0.33 | 0.07 | 0.13 | 312.16 | 0.54 | 0.73 |
| Hex | DF | 95 | D0 | 0 | 21 | 7 | D | 138 | 36 | 49 |
| Octal | 337 | 225 | 320 | 0 | 41 | 7 | 15 | 470 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11010000 | 0 | 100001 | 111 | 1101 | 100111000 | 110110 | 1001001 |
Color Harmonies of #DF95D0
Complementary color
Monochromatic Colors of #DF95D0
Black with #DF95D0
Text Example
Text Example
White with #DF95D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95D0; }
p { color: rgb(223,149,208); }
H1.HeaderClassName
{
color: #DF95D0;
}
.AnyTagClassName
{
color: #DF95D0;
}
</style>
background-color css
<style>
a { background-color: #DF95D0; }
a { background-color: rgb(223,149,208); }
div.DivClassName
{
background-color: #DF95D0;
}
.BgClassName
{
background-color: #DF95D0;
}
</style>
border-color css
<style>
span { border-color: #DF95D0; }
span { border-color: rgb(223,149,208); }
td.TdClassName
{
border-color: #DF95D0;
}
.TagClassName
{
border-color: #DF95D0;
}
</style>