#DF93E1

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

Shades of Plum #DF93E1

Tints of Plum #DF93E1

Color information

#DF93E1 (or 0xDF93E1) is unknown color: approx Plum. HEX triplet: DF, 93 and E1. RGB value is (223,147,225). Sum of RGB (Red+Green+Blue) = 223+147+225=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93E1 is #206C1E. Grayscale: #B2B2B2. Windows color (decimal): -2124831 or 14783455. OLE color: 14783455.

HSL color Cylindrical-coordinate representation of color #DF93E1: hue angle of 298.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF93E1 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223147225-
CMYK0.010.3500.12
HSL298.46º56.52%72.94%-
HSV(B)298.46º34.67%88.24%-
XYZ54.4641.9976.47-
YUV178.62154.18159.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=37.48%
G=24.71%
B=37.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231472250.010.3500.12298.4656.5272.94
HexDF93E11230C12a3949
Octal33722334114301445271111
Binary1101111110010011111000011100011011001001010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93E1; }

 p { color: rgb(223,147,225); }

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

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

 a { background-color: rgb(223,147,225); }

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

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

 span { border-color: rgb(223,147,225); }

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