Shades of Plum #DF9CF1
Tints of Plum #DF9CF1
RGB
CMYK
RGB Variations
Color information
#DF9CF1 (or 0xDF9CF1) is known color: Plum. HEX triplet: DF, 9C and F1. RGB value is (223,156,241). Sum of RGB (Red+Green+Blue) = 223+156+241=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CF1 is #20630E. Grayscale: #B9B9B9. Windows color (decimal): -2122511 or 15834335. OLE color: 15834335.
HSL color Cylindrical-coordinate representation of color #DF9CF1: hue angle of 287.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9CF1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 156 | 241 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.05 |
| HSL | 287.29º | 0.75% | 0.78% | - |
| HSV(B) | 287.29º | 0.35% | 0.95% | - |
| XYZ | 58.2 | 45.82 | 89 | - |
| YUV | 185.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 241 | 0.07 | 0.35 | 0 | 0.05 | 287.29 | 0.75 | 0.78 |
| Hex | DF | 9C | F1 | 7 | 23 | 0 | 5 | 11F | 4B | 4E |
| Octal | 337 | 234 | 361 | 7 | 43 | 0 | 5 | 437 | 113 | 116 |
| Binary | 11011111 | 10011100 | 11110001 | 111 | 100011 | 0 | 101 | 100011111 | 1001011 | 1001110 |
Color Harmonies of #DF9CF1
Complementary color
Monochromatic Colors of #DF9CF1
Black with #DF9CF1
Text Example
Text Example
White with #DF9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CF1; }
p { color: rgb(223,156,241); }
H1.HeaderClassName
{
color: #DF9CF1;
}
.AnyTagClassName
{
color: #DF9CF1;
}
</style>
background-color css
<style>
a { background-color: #DF9CF1; }
a { background-color: rgb(223,156,241); }
div.DivClassName
{
background-color: #DF9CF1;
}
.BgClassName
{
background-color: #DF9CF1;
}
</style>
border-color css
<style>
span { border-color: #DF9CF1; }
span { border-color: rgb(223,156,241); }
td.TdClassName
{
border-color: #DF9CF1;
}
.TagClassName
{
border-color: #DF9CF1;
}
</style>