Shades of Plum #DF94E6
Tints of Plum #DF94E6
RGB
CMYK
RGB Variations
Color information
#DF94E6 (or 0xDF94E6) is known color: Plum. HEX triplet: DF, 94 and E6. RGB value is (223,148,230). Sum of RGB (Red+Green+Blue) = 223+148+230=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94E6 is #206B19. Grayscale: #B3B3B3. Windows color (decimal): -2124570 or 15111391. OLE color: 15111391.
HSL color Cylindrical-coordinate representation of color #DF94E6: hue angle of 294.88º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF94E6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 148 | 230 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.10 |
| HSL | 294.88º | 0.62% | 0.74% | - |
| HSV(B) | 294.88º | 0.36% | 0.9% | - |
| XYZ | 55.3 | 42.58 | 80.17 | - |
| YUV | 179.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 230 | 0.03 | 0.36 | 0 | 0.10 | 294.88 | 0.62 | 0.74 |
| Hex | DF | 94 | E6 | 3 | 24 | 0 | A | 127 | 3E | 4A |
| Octal | 337 | 224 | 346 | 3 | 44 | 0 | 12 | 447 | 76 | 112 |
| Binary | 11011111 | 10010100 | 11100110 | 11 | 100100 | 0 | 1010 | 100100111 | 111110 | 1001010 |
Color Harmonies of #DF94E6
Complementary color
Monochromatic Colors of #DF94E6
Black with #DF94E6
Text Example
Text Example
White with #DF94E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94E6; }
p { color: rgb(223,148,230); }
H1.HeaderClassName
{
color: #DF94E6;
}
.AnyTagClassName
{
color: #DF94E6;
}
</style>
background-color css
<style>
a { background-color: #DF94E6; }
a { background-color: rgb(223,148,230); }
div.DivClassName
{
background-color: #DF94E6;
}
.BgClassName
{
background-color: #DF94E6;
}
</style>
border-color css
<style>
span { border-color: #DF94E6; }
span { border-color: rgb(223,148,230); }
td.TdClassName
{
border-color: #DF94E6;
}
.TagClassName
{
border-color: #DF94E6;
}
</style>