#DF94EB

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

Shades of Plum #DF94EB

Tints of Plum #DF94EB

Color information

#DF94EB (or 0xDF94EB) is unknown color: approx Plum. HEX triplet: DF, 94 and EB. RGB value is (223,148,235). Sum of RGB (Red+Green+Blue) = 223+148+235=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94EB is #206B14. Grayscale: #B4B4B4. Windows color (decimal): -2124565 or 15439071. OLE color: 15439071.

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

Color convert

RGB223148235-
CMYK0.050.3700.08
HSL291.72º68.5%75.1%-
HSV(B)291.72º37.02%92.16%-
XYZ56.0242.8783.92-
YUV180.34158.85158.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=36.80%
G=24.42%
B=38.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231482350.050.3700.08291.7268.575.1
HexDF94EB52508124454b
Octal337224353545010444105113
Binary1101111110010100111010111011001010100010010010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94EB; }

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

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

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

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

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

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

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

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