#DF93DE

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

Shades of Plum #DF93DE

Tints of Plum #DF93DE

Color information

#DF93DE (or 0xDF93DE) is unknown color: approx Plum. HEX triplet: DF, 93 and DE. RGB value is (223,147,222). Sum of RGB (Red+Green+Blue) = 223+147+222=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DE is #206C21. Grayscale: #B2B2B2. Windows color (decimal): -2124834 or 14586847. OLE color: 14586847.

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

Color convert

RGB223147222-
CMYK00.340.000.13
HSL300.79º54.29%72.55%-
HSV(B)300.79º34.08%87.45%-
XYZ54.0541.8374.33-
YUV178.27152.68159.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=37.67%
G=24.83%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314722200.340.000.13300.7954.2972.55
HexDF93DE0220D12d3649
Octal33722333604201545566111
Binary1101111110010011110111100100010011011001011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93DE; }

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

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

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

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

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

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

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

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