Shades of Plum #DF95E5
Tints of Plum #DF95E5
RGB
CMYK
RGB Variations
Color information
#DF95E5 (or 0xDF95E5) is known color: Plum. HEX triplet: DF, 95 and E5. RGB value is (223,149,229). Sum of RGB (Red+Green+Blue) = 223+149+229=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95E5 is #206A1A. Grayscale: #B4B4B4. Windows color (decimal): -2124315 or 15046111. OLE color: 15046111.
HSL color Cylindrical-coordinate representation of color #DF95E5: hue angle of 295.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF95E5 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 149 | 229 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.10 |
| HSL | 295.5º | 0.61% | 0.74% | - |
| HSV(B) | 295.5º | 0.35% | 0.9% | - |
| XYZ | 55.32 | 42.84 | 79.48 | - |
| YUV | 180.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 229 | 0.03 | 0.35 | 0 | 0.10 | 295.5 | 0.61 | 0.74 |
| Hex | DF | 95 | E5 | 3 | 23 | 0 | A | 128 | 3D | 4A |
| Octal | 337 | 225 | 345 | 3 | 43 | 0 | 12 | 450 | 75 | 112 |
| Binary | 11011111 | 10010101 | 11100101 | 11 | 100011 | 0 | 1010 | 100101000 | 111101 | 1001010 |
Color Harmonies of #DF95E5
Complementary color
Monochromatic Colors of #DF95E5
Black with #DF95E5
Text Example
Text Example
White with #DF95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95E5; }
p { color: rgb(223,149,229); }
H1.HeaderClassName
{
color: #DF95E5;
}
.AnyTagClassName
{
color: #DF95E5;
}
</style>
background-color css
<style>
a { background-color: #DF95E5; }
a { background-color: rgb(223,149,229); }
div.DivClassName
{
background-color: #DF95E5;
}
.BgClassName
{
background-color: #DF95E5;
}
</style>
border-color css
<style>
span { border-color: #DF95E5; }
span { border-color: rgb(223,149,229); }
td.TdClassName
{
border-color: #DF95E5;
}
.TagClassName
{
border-color: #DF95E5;
}
</style>