Shades of Plum #DF96E5
Tints of Plum #DF96E5
RGB
CMYK
RGB Variations
Color information
#DF96E5 (or 0xDF96E5) is known color: Plum. HEX triplet: DF, 96 and E5. RGB value is (223,150,229). Sum of RGB (Red+Green+Blue) = 223+150+229=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96E5 is #20691A. Grayscale: #B4B4B4. Windows color (decimal): -2124059 or 15046367. OLE color: 15046367.
HSL color Cylindrical-coordinate representation of color #DF96E5: hue angle of 295.44º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF96E5 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 150 | 229 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.10 |
| HSL | 295.44º | 0.6% | 0.74% | - |
| HSV(B) | 295.44º | 0.34% | 0.9% | - |
| XYZ | 55.48 | 43.16 | 79.53 | - |
| YUV | 180.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 229 | 0.03 | 0.34 | 0 | 0.10 | 295.44 | 0.6 | 0.74 |
| Hex | DF | 96 | E5 | 3 | 22 | 0 | A | 127 | 3C | 4A |
| Octal | 337 | 226 | 345 | 3 | 42 | 0 | 12 | 447 | 74 | 112 |
| Binary | 11011111 | 10010110 | 11100101 | 11 | 100010 | 0 | 1010 | 100100111 | 111100 | 1001010 |
Color Harmonies of #DF96E5
Complementary color
Monochromatic Colors of #DF96E5
Black with #DF96E5
Text Example
Text Example
White with #DF96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96E5; }
p { color: rgb(223,150,229); }
H1.HeaderClassName
{
color: #DF96E5;
}
.AnyTagClassName
{
color: #DF96E5;
}
</style>
background-color css
<style>
a { background-color: #DF96E5; }
a { background-color: rgb(223,150,229); }
div.DivClassName
{
background-color: #DF96E5;
}
.BgClassName
{
background-color: #DF96E5;
}
</style>
border-color css
<style>
span { border-color: #DF96E5; }
span { border-color: rgb(223,150,229); }
td.TdClassName
{
border-color: #DF96E5;
}
.TagClassName
{
border-color: #DF96E5;
}
</style>