#DF94EA

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

Shades of Plum #DF94EA

Tints of Plum #DF94EA

Color information

#DF94EA (or 0xDF94EA) is unknown color: approx Plum. HEX triplet: DF, 94 and EA. RGB value is (223,148,234). Sum of RGB (Red+Green+Blue) = 223+148+234=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94EA is #206B15. Grayscale: #B3B3B3. Windows color (decimal): -2124566 or 15373535. OLE color: 15373535.

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

Color convert

RGB223148234-
CMYK0.050.3700.08
HSL292.33º67.19%74.9%-
HSV(B)292.33º36.75%91.76%-
XYZ55.8742.8183.16-
YUV180.23158.35158.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=36.86%
G=24.46%
B=38.68%

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
Decimal2231482340.050.3700.08292.3367.1974.9
HexDF94EA52508124434b
Octal337224352545010444103113
Binary1101111110010100111010101011001010100010010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94EA; }

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

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

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

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

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

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

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

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