#DF93E0

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

Shades of Plum #DF93E0

Tints of Plum #DF93E0

Color information

#DF93E0 (or 0xDF93E0) is unknown color: approx Plum. HEX triplet: DF, 93 and E0. RGB value is (223,147,224). Sum of RGB (Red+Green+Blue) = 223+147+224=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93E0 is #206C1F. Grayscale: #B2B2B2. Windows color (decimal): -2124832 or 14717919. OLE color: 14717919.

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

Color convert

RGB223147224-
CMYK0.000.3400.12
HSL299.22º55.4%72.75%-
HSV(B)299.22º34.38%87.84%-
XYZ54.3241.9475.75-
YUV178.5153.68159.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 224 (87.89% from 255) = 37.71%
R=37.54%
G=24.75%
B=37.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231472240.000.3400.12299.2255.472.75
HexDF93E00220C12b3749
Octal33722334004201445367111
Binary1101111110010011111000000100010011001001010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93E0; }

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

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

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

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

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

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

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

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