Shades of Plum #DF98E3
Tints of Plum #DF98E3
RGB
CMYK
RGB Variations
Color information
#DF98E3 (or 0xDF98E3) is known color: Plum. HEX triplet: DF, 98 and E3. RGB value is (223,152,227). Sum of RGB (Red+Green+Blue) = 223+152+227=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF98E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98E3 is #20671C. Grayscale: #B5B5B5. Windows color (decimal): -2123549 or 14915807. OLE color: 14915807.
HSL color Cylindrical-coordinate representation of color #DF98E3: hue angle of 296.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF98E3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 152 | 227 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.11 |
| HSL | 296.8º | 0.57% | 0.74% | - |
| HSV(B) | 296.8º | 0.33% | 0.89% | - |
| XYZ | 55.52 | 43.69 | 78.18 | - |
| YUV | 181.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 227 | 0.02 | 0.33 | 0 | 0.11 | 296.8 | 0.57 | 0.74 |
| Hex | DF | 98 | E3 | 2 | 21 | 0 | B | 129 | 39 | 4A |
| Octal | 337 | 230 | 343 | 2 | 41 | 0 | 13 | 451 | 71 | 112 |
| Binary | 11011111 | 10011000 | 11100011 | 10 | 100001 | 0 | 1011 | 100101001 | 111001 | 1001010 |
Color Harmonies of #DF98E3
Complementary color
Monochromatic Colors of #DF98E3
Black with #DF98E3
Text Example
Text Example
White with #DF98E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98E3; }
p { color: rgb(223,152,227); }
H1.HeaderClassName
{
color: #DF98E3;
}
.AnyTagClassName
{
color: #DF98E3;
}
</style>
background-color css
<style>
a { background-color: #DF98E3; }
a { background-color: rgb(223,152,227); }
div.DivClassName
{
background-color: #DF98E3;
}
.BgClassName
{
background-color: #DF98E3;
}
</style>
border-color css
<style>
span { border-color: #DF98E3; }
span { border-color: rgb(223,152,227); }
td.TdClassName
{
border-color: #DF98E3;
}
.TagClassName
{
border-color: #DF98E3;
}
</style>