Shades of Plum #DF95E1
Tints of Plum #DF95E1
RGB
CMYK
RGB Variations
Color information
#DF95E1 (or 0xDF95E1) is known color: Plum. HEX triplet: DF, 95 and E1. RGB value is (223,149,225). Sum of RGB (Red+Green+Blue) = 223+149+225=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95E1 is #206A1E. Grayscale: #B3B3B3. Windows color (decimal): -2124319 or 14783967. OLE color: 14783967.
HSL color Cylindrical-coordinate representation of color #DF95E1: hue angle of 298.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF95E1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 149 | 225 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.12 |
| HSL | 298.42º | 0.56% | 0.73% | - |
| HSV(B) | 298.42º | 0.34% | 0.88% | - |
| XYZ | 54.77 | 42.62 | 76.57 | - |
| YUV | 179.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 225 | 0.01 | 0.34 | 0 | 0.12 | 298.42 | 0.56 | 0.73 |
| Hex | DF | 95 | E1 | 1 | 22 | 0 | C | 12A | 38 | 49 |
| Octal | 337 | 225 | 341 | 1 | 42 | 0 | 14 | 452 | 70 | 111 |
| Binary | 11011111 | 10010101 | 11100001 | 1 | 100010 | 0 | 1100 | 100101010 | 111000 | 1001001 |
Color Harmonies of #DF95E1
Complementary color
Monochromatic Colors of #DF95E1
Black with #DF95E1
Text Example
Text Example
White with #DF95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95E1; }
p { color: rgb(223,149,225); }
H1.HeaderClassName
{
color: #DF95E1;
}
.AnyTagClassName
{
color: #DF95E1;
}
</style>
background-color css
<style>
a { background-color: #DF95E1; }
a { background-color: rgb(223,149,225); }
div.DivClassName
{
background-color: #DF95E1;
}
.BgClassName
{
background-color: #DF95E1;
}
</style>
border-color css
<style>
span { border-color: #DF95E1; }
span { border-color: rgb(223,149,225); }
td.TdClassName
{
border-color: #DF95E1;
}
.TagClassName
{
border-color: #DF95E1;
}
</style>