Shades of Plum #DF96E6
Tints of Plum #DF96E6
RGB
CMYK
RGB Variations
Color information
#DF96E6 (or 0xDF96E6) is known color: Plum. HEX triplet: DF, 96 and E6. RGB value is (223,150,230). Sum of RGB (Red+Green+Blue) = 223+150+230=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96E6 is #206919. Grayscale: #B4B4B4. Windows color (decimal): -2124058 or 15111903. OLE color: 15111903.
HSL color Cylindrical-coordinate representation of color #DF96E6: hue angle of 294.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF96E6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 150 | 230 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.10 |
| HSL | 294.75º | 0.62% | 0.75% | - |
| HSV(B) | 294.75º | 0.35% | 0.9% | - |
| XYZ | 55.62 | 43.21 | 80.27 | - |
| YUV | 180.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 230 | 0.03 | 0.35 | 0 | 0.10 | 294.75 | 0.62 | 0.75 |
| Hex | DF | 96 | E6 | 3 | 23 | 0 | A | 127 | 3E | 4B |
| Octal | 337 | 226 | 346 | 3 | 43 | 0 | 12 | 447 | 76 | 113 |
| Binary | 11011111 | 10010110 | 11100110 | 11 | 100011 | 0 | 1010 | 100100111 | 111110 | 1001011 |
Color Harmonies of #DF96E6
Complementary color
Monochromatic Colors of #DF96E6
Black with #DF96E6
Text Example
Text Example
White with #DF96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96E6; }
p { color: rgb(223,150,230); }
H1.HeaderClassName
{
color: #DF96E6;
}
.AnyTagClassName
{
color: #DF96E6;
}
</style>
background-color css
<style>
a { background-color: #DF96E6; }
a { background-color: rgb(223,150,230); }
div.DivClassName
{
background-color: #DF96E6;
}
.BgClassName
{
background-color: #DF96E6;
}
</style>
border-color css
<style>
span { border-color: #DF96E6; }
span { border-color: rgb(223,150,230); }
td.TdClassName
{
border-color: #DF96E6;
}
.TagClassName
{
border-color: #DF96E6;
}
</style>