Shades of Plum #DF95E8
Tints of Plum #DF95E8
RGB
CMYK
RGB Variations
Color information
#DF95E8 (or 0xDF95E8) is known color: Plum. HEX triplet: DF, 95 and E8. RGB value is (223,149,232). Sum of RGB (Red+Green+Blue) = 223+149+232=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF95E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95E8 is #206A17. Grayscale: #B4B4B4. Windows color (decimal): -2124312 or 15242719. OLE color: 15242719.
HSL color Cylindrical-coordinate representation of color #DF95E8: hue angle of 293.49º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF95E8 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 149 | 232 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.09 |
| HSL | 293.49º | 0.64% | 0.75% | - |
| HSV(B) | 293.49º | 0.36% | 0.91% | - |
| XYZ | 55.74 | 43.01 | 81.71 | - |
| YUV | 180.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 232 | 0.04 | 0.36 | 0 | 0.09 | 293.49 | 0.64 | 0.75 |
| Hex | DF | 95 | E8 | 4 | 24 | 0 | 9 | 125 | 40 | 4B |
| Octal | 337 | 225 | 350 | 4 | 44 | 0 | 11 | 445 | 100 | 113 |
| Binary | 11011111 | 10010101 | 11101000 | 100 | 100100 | 0 | 1001 | 100100101 | 1000000 | 1001011 |
Color Harmonies of #DF95E8
Complementary color
Monochromatic Colors of #DF95E8
Black with #DF95E8
Text Example
Text Example
White with #DF95E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95E8; }
p { color: rgb(223,149,232); }
H1.HeaderClassName
{
color: #DF95E8;
}
.AnyTagClassName
{
color: #DF95E8;
}
</style>
background-color css
<style>
a { background-color: #DF95E8; }
a { background-color: rgb(223,149,232); }
div.DivClassName
{
background-color: #DF95E8;
}
.BgClassName
{
background-color: #DF95E8;
}
</style>
border-color css
<style>
span { border-color: #DF95E8; }
span { border-color: rgb(223,149,232); }
td.TdClassName
{
border-color: #DF95E8;
}
.TagClassName
{
border-color: #DF95E8;
}
</style>