#DF98EA

Color #DF98EA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DF98EA

Tints of Plum #DF98EA

Color information

#DF98EA (or 0xDF98EA) is unknown color: approx Plum. HEX triplet: DF, 98 and EA. RGB value is (223,152,234). Sum of RGB (Red+Green+Blue) = 223+152+234=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98EA is #206715. Grayscale: #B6B6B6. Windows color (decimal): -2123542 or 15374559. OLE color: 15374559.

HSL color Cylindrical-coordinate representation of color #DF98EA: hue angle of 291.95º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF98EA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223152234-
CMYK0.050.3500.08
HSL291.95º66.13%75.69%-
HSV(B)291.95º35.04%91.76%-
XYZ56.5144.0883.37-
YUV182.58157.02156.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=36.62%
G=24.96%
B=38.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231522340.050.3500.08291.9566.1375.69
HexDF98EA52308124424c
Octal337230352543010444102114
Binary1101111110011000111010101011000110100010010010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98EA; }

 p { color: rgb(223,152,234); }

 H1.HeaderClassName
 {
   color: #DF98EA;
 }
 .AnyTagClassName
 {
   color: #DF98EA;
 }
</style>
background-color css

<style>
 a { background-color: #DF98EA; }

 a { background-color: rgb(223,152,234); }

 div.DivClassName
 {
   background-color: #DF98EA;
 }
 .BgClassName
 {
   background-color: #DF98EA;
 }
</style>
border-color css

<style>
 span { border-color: #DF98EA; }

 span { border-color: rgb(223,152,234); }

 td.TdClassName
 {
   border-color: #DF98EA;
 }
 .TagClassName
 {
   border-color: #DF98EA;
 }
</style>