#DF99EB

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

Shades of Plum #DF99EB

Tints of Plum #DF99EB

Color information

#DF99EB (or 0xDF99EB) is unknown color: approx Plum. HEX triplet: DF, 99 and EB. RGB value is (223,153,235). Sum of RGB (Red+Green+Blue) = 223+153+235=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99EB is #206614. Grayscale: #B7B7B7. Windows color (decimal): -2123285 or 15440351. OLE color: 15440351.

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

Color convert

RGB223153235-
CMYK0.050.3500.08
HSL291.22º67.21%76.08%-
HSV(B)291.22º34.89%92.16%-
XYZ56.8244.4784.19-
YUV183.28157.19156.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=36.50%
G=25.04%
B=38.46%

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
Decimal2231532350.050.3500.08291.2267.2176.08
HexDF99EB52308123434c
Octal337231353543010443103114
Binary1101111110011001111010111011000110100010010001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99EB; }

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

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

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

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

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

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

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

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