Shades of Plum #DF98E7
Tints of Plum #DF98E7
RGB
CMYK
RGB Variations
Color information
#DF98E7 (or 0xDF98E7) is known color: Plum. HEX triplet: DF, 98 and E7. RGB value is (223,152,231). Sum of RGB (Red+Green+Blue) = 223+152+231=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98E7 is #206718. Grayscale: #B5B5B5. Windows color (decimal): -2123545 or 15177951. OLE color: 15177951.
HSL color Cylindrical-coordinate representation of color #DF98E7: hue angle of 293.92º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF98E7 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 152 | 231 | - |
CMYK | 0.03 | 0.34 | 0 | 0.09 |
HSL | 293.92º | 0.62% | 0.75% | - |
HSV(B) | 293.92º | 0.34% | 0.91% | - |
XYZ | 56.08 | 43.91 | 81.12 | - |
YUV | 182.24 | 155.52 | 157.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 152 | 231 | 0.03 | 0.34 | 0 | 0.09 | 293.92 | 0.62 | 0.75 |
Hex | DF | 98 | E7 | 3 | 22 | 0 | 9 | 126 | 3E | 4B |
Octal | 337 | 230 | 347 | 3 | 42 | 0 | 11 | 446 | 76 | 113 |
Binary | 11011111 | 10011000 | 11100111 | 11 | 100010 | 0 | 1001 | 100100110 | 111110 | 1001011 |
Color Harmonies of #DF98E7
Complementary color
Monochromatic Colors of #DF98E7
Black with #DF98E7
Text Example
Text Example
White with #DF98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98E7; }
p { color: rgb(223,152,231); }
H1.HeaderClassName
{
color: #DF98E7;
}
.AnyTagClassName
{
color: #DF98E7;
}
</style>
background-color css
<style>
a { background-color: #DF98E7; }
a { background-color: rgb(223,152,231); }
div.DivClassName
{
background-color: #DF98E7;
}
.BgClassName
{
background-color: #DF98E7;
}
</style>
border-color css
<style>
span { border-color: #DF98E7; }
span { border-color: rgb(223,152,231); }
td.TdClassName
{
border-color: #DF98E7;
}
.TagClassName
{
border-color: #DF98E7;
}
</style>