#DF98EB

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

Shades of Plum #DF98EB

Tints of Plum #DF98EB

Color information

#DF98EB (or 0xDF98EB) is unknown color: approx Plum. HEX triplet: DF, 98 and EB. RGB value is (223,152,235). Sum of RGB (Red+Green+Blue) = 223+152+235=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98EB is #206714. Grayscale: #B6B6B6. Windows color (decimal): -2123541 or 15440095. OLE color: 15440095.

HSL color Cylindrical-coordinate representation of color #DF98EB: hue angle of 291.33º degrees, saturation: 0.67, 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 #DF98EB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223152235-
CMYK0.050.3500.08
HSL291.33º67.48%75.88%-
HSV(B)291.33º35.32%92.16%-
XYZ56.6644.1484.13-
YUV182.69157.52156.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=36.56%
G=24.92%
B=38.52%

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
Decimal2231522350.050.3500.08291.3367.4875.88
HexDF98EB52308123434c
Octal337230353543010443103114
Binary1101111110011000111010111011000110100010010001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98EB; }

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

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

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

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

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

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

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

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