Shades of Plum #DF97E8
Tints of Plum #DF97E8
RGB
CMYK
RGB Variations
Color information
#DF97E8 (or 0xDF97E8) is known color: Plum. HEX triplet: DF, 97 and E8. RGB value is (223,151,232). Sum of RGB (Red+Green+Blue) = 223+151+232=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF97E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97E8 is #206817. Grayscale: #B5B5B5. Windows color (decimal): -2123800 or 15243231. OLE color: 15243231.
HSL color Cylindrical-coordinate representation of color #DF97E8: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF97E8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 151 | 232 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.09 |
| HSL | 293.33º | 0.64% | 0.75% | - |
| HSV(B) | 293.33º | 0.35% | 0.91% | - |
| XYZ | 56.06 | 43.65 | 81.81 | - |
| YUV | 181.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 232 | 0.04 | 0.35 | 0 | 0.09 | 293.33 | 0.64 | 0.75 |
| Hex | DF | 97 | E8 | 4 | 23 | 0 | 9 | 125 | 40 | 4B |
| Octal | 337 | 227 | 350 | 4 | 43 | 0 | 11 | 445 | 100 | 113 |
| Binary | 11011111 | 10010111 | 11101000 | 100 | 100011 | 0 | 1001 | 100100101 | 1000000 | 1001011 |
Color Harmonies of #DF97E8
Complementary color
Monochromatic Colors of #DF97E8
Black with #DF97E8
Text Example
Text Example
White with #DF97E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97E8; }
p { color: rgb(223,151,232); }
H1.HeaderClassName
{
color: #DF97E8;
}
.AnyTagClassName
{
color: #DF97E8;
}
</style>
background-color css
<style>
a { background-color: #DF97E8; }
a { background-color: rgb(223,151,232); }
div.DivClassName
{
background-color: #DF97E8;
}
.BgClassName
{
background-color: #DF97E8;
}
</style>
border-color css
<style>
span { border-color: #DF97E8; }
span { border-color: rgb(223,151,232); }
td.TdClassName
{
border-color: #DF97E8;
}
.TagClassName
{
border-color: #DF97E8;
}
</style>