Shades of Plum #DF95F2
Tints of Plum #DF95F2
RGB
CMYK
RGB Variations
Color information
#DF95F2 (or 0xDF95F2) is known color: Plum. HEX triplet: DF, 95 and F2. RGB value is (223,149,242). Sum of RGB (Red+Green+Blue) = 223+149+242=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95F2 is #206A0D. Grayscale: #B5B5B5. Windows color (decimal): -2124302 or 15898079. OLE color: 15898079.
HSL color Cylindrical-coordinate representation of color #DF95F2: hue angle of 287.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF95F2 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 149 | 242 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.05 |
| HSL | 287.74º | 0.78% | 0.77% | - |
| HSV(B) | 287.74º | 0.38% | 0.95% | - |
| XYZ | 57.21 | 43.59 | 89.4 | - |
| YUV | 181.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 242 | 0.08 | 0.38 | 0 | 0.05 | 287.74 | 0.78 | 0.77 |
| Hex | DF | 95 | F2 | 8 | 26 | 0 | 5 | 120 | 4E | 4D |
| Octal | 337 | 225 | 362 | 10 | 46 | 0 | 5 | 440 | 116 | 115 |
| Binary | 11011111 | 10010101 | 11110010 | 1000 | 100110 | 0 | 101 | 100100000 | 1001110 | 1001101 |
Color Harmonies of #DF95F2
Complementary color
Monochromatic Colors of #DF95F2
Black with #DF95F2
Text Example
Text Example
White with #DF95F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95F2; }
p { color: rgb(223,149,242); }
H1.HeaderClassName
{
color: #DF95F2;
}
.AnyTagClassName
{
color: #DF95F2;
}
</style>
background-color css
<style>
a { background-color: #DF95F2; }
a { background-color: rgb(223,149,242); }
div.DivClassName
{
background-color: #DF95F2;
}
.BgClassName
{
background-color: #DF95F2;
}
</style>
border-color css
<style>
span { border-color: #DF95F2; }
span { border-color: rgb(223,149,242); }
td.TdClassName
{
border-color: #DF95F2;
}
.TagClassName
{
border-color: #DF95F2;
}
</style>